Fast image transpose
Fast and simple image rotating in Rust with flipping and flopping in-place and rotating by 180.
Supports:
- Flipping ( Horizontal Mirror )
- Flopping ( Vertical Mirror )
- Transposing ( Rotate by 90 )
- Rotate by 180
- Rotate by 270
Adding to project
Transpose RGB image
transpose_rgb
.unwrap;
Features
Turning off unsafe
feature will activate forbid unsafe
mode.
This project is licensed under either of
at your option.