xbr-0.1.0 is not a library.
Visit the last successful build:
xbr-0.2.4
xBR x2 Filter in Rust
Pixel Art Upscaler
Checklist
- Make into a library
- x3 and x4 versions
- Resizing
- Indexed PNG format
Examples



Run Command
cargo run --release -- ./assets/in1.png ./assets/out1.png
Resources
Projects
- https://github.com/mukaschultze/xBR-rs
- https://github.com/joseprio/xBRjs
- https://github.com/carlosascari/2xBR-Filter
Resizing
- https://github.com/Cykooz/fast_image_resize
- https://github.com/irokaru/pixel-scaler/blob/master/src/lib/FileUtil.js#L100
image = "0.23.0"
use ;