Module repng::filter [] [src]

Image filter selection algorithms.

Structs

None

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

Standard

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

Traits

Filter

A filter selection algorithm.