Type Alias magick_rust::bindings::QuantizeInfo

source ·
pub type QuantizeInfo = _QuantizeInfo;

Aliased Type§

struct QuantizeInfo {
    pub number_colors: usize,
    pub tree_depth: usize,
    pub colorspace: ColorspaceType,
    pub dither_method: DitherMethod,
    pub measure_error: MagickBooleanType,
    pub signature: usize,
}

Fields§

§number_colors: usize§tree_depth: usize§colorspace: ColorspaceType§dither_method: DitherMethod§measure_error: MagickBooleanType§signature: usize