PngFilterType Enumeration

The png filter type.

Module: aspose.psd.fileformats.png

Full Name: aspose.psd.fileformats.png.PngFilterType

Aspose.PSD Version: 24.4.0

Members

Member nameDescription
ADAPTIVEAdaptive filtering, means that saving process will choose most sutable filter for each data row. Best compression, slowest execution time.
AVGThe avg filter, means, that average filter will be applied to image data.
NONEThe null-filter, means no filtering for image data rows.
PAETHThe paeth predictor filter.
SUBThe sub filter, means substractive filtering will be applied to image data.
UPThe up filter, means row-by-row substraction filter will be applied.