ImageGearJava Project > com.accusoft.imagegear.display Package : ImGearAliasModes Enumeration |
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.
Member | Description |
---|---|
NONE | Anti-aliasing is not used. |
PRESERVE_BLACK | This mode directs ImageGear to preserve black pixels while drawing. |
PRESERVE_WHITE | This mode directs ImageGear to preserve white pixels while drawing. |
SCALE_TO_GRAY | The scale-to-gray algorithm is used. The output is in 8 bits per pixel format. |
java.lang.Object
java.lang.Enum
com.accusoft.imagegear.display.ImGearAliasModes