Crate fer

Source
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 and DynamicImageView
Image
Simple container of image data.
ImageView
Generic immutable image view.
ImageViewMut
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.
FilterType
ResizeAlg

Traits§

AlphaMulDiv
Convolution

Functions§

change_type_of_pixel_components