Crates.io | fast_transpose |
lib.rs | fast_transpose |
version | 0.1.0 |
source | src |
created_at | 2024-11-17 18:19:22.717189 |
updated_at | 2024-11-17 18:19:22.717189 |
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 | 75,696 |
Fast and simple image rotating in Rust with flipping and flopping in-place.
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.