| Crates.io | fast_transpose |
| lib.rs | fast_transpose |
| version | 0.2.5 |
| created_at | 2024-11-17 18:19:22.717189+00 |
| updated_at | 2025-05-27 07:40:06.358731+00 |
| description | Fast image and matrix transpose |
| homepage | https://github.com/awxkee/fast_transpose |
| repository | https://github.com/awxkee/fast_transpose |
| max_upload_size | |
| id | 1451444 |
| size | 415,990 |
Fast and simple image rotating in Rust with flipping and flopping in-place and rotating by 180.
cargo add fast_transpose
transpose_rgb(
&img,
&mut transposed,
dimensions.0 as usize,
dimensions.1 as usize,
FlipMode::NoFlip,
FlopMode::NoFlop,
)
.unwrap();
Turning off unsafe feature will activate forbid unsafe mode.
This project is licensed under either of
at your option.