Magnify-rs
This is a rust library implementing some simple Pixel-art scaling algorithms.
Currently supported algorithms
- Scale2x, Scale3x
- Eagle
- Nearest neighbor scaling
Example
This code scales image.bmp using the Scale3X algorithms and then saves the result into converted.bmp.
use ImageReader;
use Algorithm;