ImageGear for Java
ImGearAliasModes Enumeration
Identifies different types of image aliasing.

Applicable only if a 1-bit-per-pixel image is to be drawn and only if the destination image has a lower resolution than the original one.

Members
MemberDescription
NONEAnti-aliasing is not used.
PRESERVE_BLACKThis mode directs ImageGear to preserve black pixels while drawing.
PRESERVE_WHITEThis mode directs ImageGear to preserve white pixels while drawing.
SCALE_TO_GRAYThe scale-to-gray algorithm is used. The output is in 8 bits per pixel format.
Inheritance Hierarchy

java.lang.Object
   java.lang.Enum
      com.accusoft.imagegear.display.ImGearAliasModes

See Also

Reference

com.accusoft.imagegear.display Package

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback