ImageGearJava Project > com.accusoft.imagegear.formats.tif Package : ImGearTIFFFillOrder Enumeration |
Member | Description |
---|---|
LeastSignificantBitFirst | Pixels are arranged within a byte such that pixels with lower column values are stored in the lower-order bits of the byte. |
MostSignificantBitFirst | Pixels are arranged within a byte such that pixels with lower column values are stored in the higher-order bits of the byte. |
java.lang.Object
java.lang.Enum
com.accusoft.imagegear.formats.tif.ImGearTIFFFillOrder