Vcl.Imaging.jpeg.TJPEGPixelFormat

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche


Delphi

TJPEGPixelFormat = (jf24Bit, jf8Bit);

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
enum public
Vcl.Imaging.jpeg.pas
Vcl.Imaging.jpeg.hpp
Vcl.Imaging.jpeg Vcl.Imaging.jpeg

Beschreibung

TJPEGPixelFormat gibt das Format für die Anzeige einer JPEG-Grafik an.

Die folgende Tabelle enthält die möglichen Werte:



Wert Bedeutung

jf24Bit

Das native JPEG-Format (24-Bit) wird verwendet.

jf8Bit

Ein 8-Bit-Format wird verwendet (für Grafiktreiber, die das 24-Bit-Format nicht unterstützen).