Vcl.Imaging.jpeg.TJPEGPixelFormat

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

TJPEGPixelFormat = (jf24Bit, jf8Bit);

C++

enum DECLSPEC_DENUM TJPEGPixelFormat : unsigned int { jf24Bit, jf8Bit };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.Imaging.jpeg.pas
Vcl.Imaging.jpeg.hpp
Vcl.Imaging.jpeg Vcl.Imaging.jpeg

Description

TJPEGPixelFormat indicates the format used to display a JPEG image.

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)