RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
jpeg.TJPEGPixelFormat Enumeration

TJPEGPixelFormat indicates the format used to display a JPEG image.

Pascal
TJPEGPixelFormat = (
  jf24Bit,
  jf8Bit
);
C++
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!