|
|
|
|
|
by zozbot234
2163 days ago
|
|
You could make your own, using pixel art scaling algorithms. (It's also very easy to scale binary images programmatically in something like GIMP by converting to true color, using low-artifacts Lanczos scaling and then going back to b/w binary. That gives you a very similar rendition to pixel art scaling, with no pixelation or blur but a smooth, painting-like effect.) |
|