Expand description
§fer
this is fast_image_resize but with 100% more ub
Re-exports§
pub use pixels::*;
Modules§
- pixels
- Contains types of pixels.
Structs§
- CropBox
- Parameters of crop box that may be used with
ImageView
andDynamicImageView
- Image
- Simple container of image data.
- Image
View - Generic immutable image view.
- Image
View Mut - Generic mutable image view.
- MulDiv
- Methods of this structure used to multiply or divide color-channels (RGB or Luma) by alpha-channel. Supported pixel types: U8x2, U8x4, U16x2 and U16x4.
- Resizer
- Methods of this structure used to resize images.
Enums§
- CpuExtensions
- SIMD extension of CPU. Specific variants depends from target architecture. Look at source code to see all available variants.
- Filter
Type - Resize
Alg