pic_scale

Trait ImageStoreScaling

Source
pub trait ImageStoreScaling<'b, T, const N: usize>
where T: FromPrimitive + Clone + Copy + Debug,
{ // Required method fn scale( &self, store: &mut ImageStoreMut<'b, T, N>, options: ScalingOptions, ) -> Result<(), PicScaleError>; }

Required Methods§

Source

fn scale( &self, store: &mut ImageStoreMut<'b, T, N>, options: ScalingOptions, ) -> Result<(), PicScaleError>

Implementors§