Made image renderer

Made an image renderer using lua and python.
1

3 Likes

Nice, but why is there this weird faint black outline on every individual pixel?

Also looks like you’ve split the image up into 4 different parts, why is that?
I assume you just used editableimage for it, anything else would complex for no reason.
:+1:

There is a faint black outline on all the pixels because the image renderer is using text to render. There are four black different parts because there were four frames with text i was using to make this image.

This image render looks nice! Very cool! Good job on it!