- Notifications
You must be signed in to change notification settings - Fork0
Fast image transpose and flipping in Rust
License
BSD-3-Clause, Apache-2.0 licenses found
Licenses found
BSD-3-Clause
LICENSE.mdApache-2.0
LICENSE-APACHE.mdNotificationsYou must be signed in to change notification settings
awxkee/fast_transpose
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Fast and simple image rotating in Rust with flipping and flopping in-place and rotating by 180.
- Flipping ( Horizontal Mirror )
- Flopping ( Vertical Mirror )
- Transposing ( Rotate by 90 )
- Rotate by 180
- Rotate by 270
cargo add fast_transpose
transpose_rgb(&img,&mut transposed, dimensions.0asusize, dimensions.1asusize,FlipMode::NoFlip,FlopMode::NoFlop,).unwrap();
Turning offunsafe
feature will activateforbid unsafe
mode.
This project is licensed under either of
at your option.
About
Fast image transpose and flipping in Rust
Topics
Resources
License
BSD-3-Clause, Apache-2.0 licenses found
Licenses found
BSD-3-Clause
LICENSE.mdApache-2.0
LICENSE-APACHE.mdCode of conduct
Stars
Watchers
Forks
Packages0
No packages published