[][src]Trait dssim_core::ToRGBAPLU

pub trait ToRGBAPLU {
    pub fn to_rgbaplu(&self) -> Vec<RGBAPLU>;
}

RGBA Premultiplied Linear-light Unit scale

Convenience function .to_rgbaplu() to convert RGBA bitmaps to a format useful for DSSIM.

Required methods

pub fn to_rgbaplu(&self) -> Vec<RGBAPLU>[src]

Loading content...

Implementations on Foreign Types

impl<P> ToRGBAPLU for [P] where
    P: GammaPixel<Output = RGBAPLU>, 
[src]

Loading content...

Implementors

Loading content...