Struct repng::filter::None [] [src]

pub struct None;

A filter that just encodes the actual byte value every time.

This method is recommended for images that are indexed or with low bit-depth.

Trait Implementations

impl<'a> From<&'a Options> for None
[src]

[src]

Performs the conversion.

impl Filter for None
[src]

[src]

Apply a filter and write the result to the sink.

[src]

Reset the filter to encode an image with the given options.

Auto Trait Implementations

impl Send for None

impl Sync for None