Hawkynt / 2dimagefilter

A collection of image filters, some especially suited to scale-up low res computer graphics.
http://hawkynt.github.io/2dimagefilter
GNU General Public License v3.0
45 stars 10 forks source link

Waifu2x? #29

Open DartPower opened 4 years ago

DartPower commented 4 years ago

Can you implement the Waifu2x rescaler?

CodeF53 commented 4 years ago

From what I can tell, ImageResizer is meant to just be a pixel art scaling program.

Waifu2x and other neural net upscalars don't really work on pixel art, so I don't see them fitting into this program very well

Here is an example of how horrible neural net upscalars work on pixel art: 3 way comparison between original texture, waifu2x, and gigapixel Waifu2x looks okish, but proper pixel art scaling algorithms like xBR blow it out of the water.