Search Results

Found 2 results for "78bf37ce524534d8db7e60abc7f6b5ca" across all boards searching md5.

Anonymous /v/716225582#716225582
7/23/2025, 4:23:26 PM
I'm trying to write a pixel art upscaler, that doesnt look like shit.

I got this so far, initially.
I was able to separate each color into a diferent layer.
seems obvious to me each layer needs a diferent algorithm.
because some of these are fill colors and another are outlines.
doesnt make sense they would use the same function.

Seems the issue of upscalers is that they're 100% automated so is kinda dificult to figure out the artistic context of each color.
Anonymous /vg/532339298#532378327
7/23/2025, 4:21:12 PM
okay, I got this.
I was able to separate each color into a diferent layer.
seems obvious to me each layer needs a diferent algorithm.
because some of these are fill colors and another are outlines.
doesnt make sense they would use the same function.