5 releases
0.2.4 | Apr 29, 2024 |
---|---|
0.2.2 | Apr 15, 2024 |
0.2.1 | Apr 15, 2024 |
0.2.0 | Apr 15, 2024 |
0.1.0 | Apr 14, 2024 |
#433 in Images
1.5MB
425 lines
xBR x2 Filter in Rust
Pixel Art Upscaler
Checklist
- Add docs
- Add tests
- Add x3 and x4 versions
- Allow resizing: e.g. x2.7 uses x3 and scales down a little
Examples
cargo run --example process_image --features="image" --release
Can be used in realtime to help with anti-aliasing.
Resources
Projects
- https://github.com/mukaschultze/xBR-rs
- https://github.com/joseprio/xBRjs
- https://github.com/carlosascari/2xBR-Filter