Pixel Art - Rio Tsukitsuka
🕑 Added 2025-04-30 13:44:35 +0000 UTCAnother pixel art, took a bit more time to make that one. I wanted to do a "real" pixel art (not "cheating" with the gradiant tool like my other works). I'm really happy with the result.
Comments
Azmagane
The thing is it's not AI generated, I'm drawing them myself using aseprite. What I'm calling cheating is like the previous one it didn't look like a pixel art cause I was using the gradient tool from the software loosing the pixel art aspect. And for animation I'm already struggling with hands and that's why I didn't include them on this one.
XCanG
You can make pretty confidently any art into pixel art by applying posterizing first, then downscale and upscale image back to normal. Since you use Python for AI generation you can utilize other Python lib called OpenCV + numpy to setup image processing, I have an example code: https://gist.github.com/XCanG/b21f2c80d64f0df012ebe143c9c46224 As for animation, I don't know what format you have, but if it output in video, then you can 1) use ffmpeg to extract individual frames, then 2) process them with same code to make pixel art and then 3) convert back to video.