Trait exr::image::write::samples::SamplesWriter[][src]

pub trait SamplesWriter: Sync {
    fn extract_line(&self, line: LineRefMut<'_>);
}
Expand description

A temporary writer for one or more resolution levels containing samples

Required methods

fn extract_line(&self, line: LineRefMut<'_>)[src]

Deliver a single short horizontal list of samples for a specific channel.

Implementors

impl<'samples> SamplesWriter for FlatSamplesWriter<'samples>[src]

fn extract_line(&self, line: LineRefMut<'_>)[src]

impl<Samples> SamplesWriter for LevelsWriter<Samples> where
    Samples: SamplesWriter
[src]

fn extract_line(&self, line: LineRefMut<'_>)[src]