Contents

IMAGEIO_PNG_FILTER_PAETH

A filter in which each byte is replaced with the difference between it and the Paeth predictor of the bytes to its left, above, and upper left.

Declaration

var IMAGEIO_PNG_FILTER_PAETH: Int32 { get }

See Also

Pre-Compression Filters