[][src]Trait dssim_core::ToRGBAPLU

pub trait ToRGBAPLU {
    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

fn to_rgbaplu(&self) -> Vec<RGBAPLU>

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...