Struct repng::filter::Standard [] [src]

pub struct Standard { /* fields omitted */ }

A filter that picks the method with the smallest squared sum of deltas.

This option is recommended for most images.

Trait Implementations

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

[src]

Performs the conversion.

impl Filter for Standard
[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 Standard

impl Sync for Standard