Structs§
- Image
Size - Struct that represents image size
- Image
Store - Holds an image
- Image
Store Mut - Holds an image
- Jzazbz
Scaler - Converts image to Jzazbz components scales it and convert back
- LChScaler
- Converts image to CIE LCH(uv) components scales it and convert back
- LabScaler
- Converts image to CIE LAB components scales it and convert back
- Linear
Approx Scaler - Linearize image into u16, scale and then convert it back. It’s much faster than scale in f32, however involves small precision loss
- Linear
Scaler - Converts image to linear f32 components scales it and convert back.
- LuvScaler
- Converts image to CIE LUV components scales it and convert back
- Oklab
Scaler - Converts image to Oklab components scales it and convert back
- PicScale
Buffer Mismatch - Buffer mismatch error description
- Scaler
- Represents base scaling structure
- Scaling
Options - Declares default scaling options
- Sigmoidal
Scaler - Converts image to sigmoidized components scales it and convert back
- XYZScaler
- Converts image to CIE XYZ components scales it and convert back
Enums§
- Ar30
Byte Order - Defines storage byte order for RGBA1010102 or RGBA2101010
- Buffer
Store - Structure for mutable target buffer
- PicScale
Error - Error enumeration type
- Resampling
Function - Describes resampling function that will be used
- Threading
Policy - Declares thread policy usage
- Transfer
Function - Declares transfer function for transfer components into a linear colorspace and its inverse
- Workload
Strategy - Defines execution hint about preferred strategy
Traits§
- Image
Store Scaling - Generic trait for ImageStore to implement abstract scaling.
- Scaling
- 8 bit-depth images scaling trait
- Scaling
F32 - f32 images scaling trait
- Scaling
U16 - 8+ bit-depth images scaling trait
Type Aliases§
- CbCr8
Image Store - CbCr8
Image Store Mut - CbCr16
Image Store - CbCr16
Image Store Mut - CbCr
F16Image Store nightly_f16
- CbCr
F16Image Store Mut nightly_f16
- CbCr
F32Image Store - CbCr
F32Image Store Mut - Gray
Alpha8 Image Store - Gray
Alpha8 Image Store Mut - Gray
Alpha16 Image Store - Gray
Alpha16 Image Store Mut - Gray
Alpha F32Image Store - Gray
Alpha F32Image Store Mut - Planar8
Image Store - Planar8
Image Store Mut - Planar16
Image Store - Planar16
Image Store Mut - Planar
F16Image Store nightly_f16
- Planar
F16Image Store Mut nightly_f16
- Planar
F32Image Store - Planar
F32Image Store Mut - Rgb8
Image Store - Rgb8
Image Store Mut - Rgb16
Image Store - Rgb16
Image Store Mut - RgbF16
Image Store nightly_f16
- RgbF16
Image Store Mut nightly_f16
- RgbF32
Image Store - RgbF32
Image Store Mut - Rgba8
Image Store - Rgba8
Image Store Mut - Rgba16
Image Store - Rgba16
Image Store Mut - Rgba
F16Image Store nightly_f16
- Rgba
F16Image Store Mut nightly_f16
- Rgba
F32Image Store - Rgba
F32Image Store Mut