Crate fast_transpose

Source

Enums§

FlipMode
Declares mirror mode along Y axis
FlopMode
Declares mirror mode along X axis
TransposeError

Functions§

flip_arbitrary
Performs arbitrary flipping
flip_plane
Performs plane image flipping
flip_plane16
Performs plane image flipping
flip_plane16_with_alpha
Performs plane with alpha image flipping
flip_plane_f32
Performs plane image flipping
flip_plane_f32_with_alpha
Performs plane with alpha image flipping
flip_plane_with_alpha
Performs plane with alpha flipping
flip_rgb
Performs RGB image flipping
flip_rgb16
Performs RGB image flipping
flip_rgb_f32
Performs RGB image flipping
flip_rgba
Performs RGBA image flipping
flip_rgba16
Performs RGBA image flipping
flip_rgba_f32
Performs RGBA image flipping
flop_arbitrary
Performs arbitrary flopping
flop_plane
Performs plane image flopping
flop_plane16
Performs plane image flopping
flop_plane16_with_alpha
Performs plane with alpha image flopping
flop_plane_f32
Performs plane image flopping
flop_plane_f32_with_alpha
Performs plane with alpha image flopping
flop_plane_with_alpha
Performs plane with alpha flopping
flop_rgb
Performs RGB image flopping
flop_rgb16
Performs RGB image flopping
flop_rgb_f32
Performs RGB image flopping
flop_rgba
Performs RGBA image flopping
flop_rgba16
Performs RGBA image flopping
flop_rgba_f32
Performs RGBA image flopping
rotate180_arbitrary
Performs arbitrary rotating by 180
rotate180_plane
Performs plane image rotating by 180
rotate180_plane16
Performs plane image rotating by 180
rotate180_plane16_with_alpha
Performs plane with alpha image rotating by 180
rotate180_plane_f32
Performs plane image rotating by 180
rotate180_plane_f32_with_alpha
Performs plane with alpha image rotating by 180
rotate180_plane_with_alpha
Performs plane with alpha rotating by 180
rotate180_rgb
Performs RGB image rotating by 180
rotate180_rgb16
Performs RGB image rotating by 180
rotate180_rgb_f32
Performs RGB image rotating by 180
rotate180_rgba
Performs RGBA image rotating by 180
rotate180_rgba16
Performs RGBA image rotating by 180
rotate180_rgba_f32
Performs RGBA image rotating by 180
transpose_arbitrary
Performs arbitrary transposition
transpose_plane
Performs plane image transposition
transpose_plane16
Performs plane image transposition
transpose_plane16_with_alpha
Performs plane with alpha image transposition
transpose_plane_f32
Performs plane image transposition
transpose_plane_f32_with_alpha
Performs plane with alpha image transposition
transpose_plane_with_alpha
Performs plane with alpha image transposition
transpose_rgb
Performs RGB image transposition
transpose_rgb16
Performs RGB image transposition
transpose_rgb_f32
Performs RGB image transposition
transpose_rgba
Performs RGBA image transposition
transpose_rgba16
Performs RGBA image transposition
transpose_rgba_f32
Performs RGBA image transposition