The image resizing function is hardcoded to use Lanczos3 filter. While this filter is great for resampling real pictures, it isn’t usable for pixel art images like game sprites which turn into a blurry mess. It would be pretty simple to add at least the nearest-neighbor filter as an option. I’m happy to submit a PR for this if there is support for the feature.