TJPEGPixelFormat indicates the format used to display a JPEG image.
TJPEGPixelFormat = ( jf24Bit, jf8Bit );
enum TJPEGPixelFormat { jf24Bit, jf8Bit };
The following table lists the possible values:
Value |
Meaning |
jf24Bit |
Use the native 24-bit jpeg image format. |
jf8Bit |
Use an 8-bit format (for video drivers that do not support the 24-bit format) |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|