Accusoft.TwainPro8.Net
Filter Enumeration
See Also  Send Feedback
Accusoft.TwainProSdk Namespace : Filter Enumeration




Glossary Item Box

The filters available for PNG compression.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 
'Declaration
 
Public Enum Filter 
   Inherits System.Enum
'Usage
 
Dim instance As Filter

Members

MemberValueDescription
Average3The Average filter uses the average of the two neighboring pixels (left and above) to predict the value of a pixel.
None0Fastest, no filter is used.
Optimal5Optimal compressed file size, at the expense of speed.
Paeth4The Paeth filter computes a simple linear function of the three neighboring pixels (left, above, upper left), then chooses as predictor the neighboring pixel closest to the computed value. This technique is due to Alan W. Paeth.
Sub1The Sub filter transmits the difference between each byte and the value of the corresponding byte of the prior pixel.
Up2The Up filter is just like the Sub filter except that the pixel immediately above the current pixel, rather than just to its left, is used as the predictor.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.TwainProSdk.Filter

See Also

©2013. Accusoft Corporation. All Rights Reserved.