Vcl.Imaging.jpeg.TJPEGPixelFormat

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TJPEGPixelFormat = (jf24Bit, jf8Bit);

C++

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

Propriétés

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


Description

TJPEGPixelFormat indique le format utilisé pour afficher une image JPEG. Le tableau suivant énumère les valeurs possibles :


Valeur Signification

jf24Bit

Utilise le format natif d'image jpeg 24 bits.

jf8Bit

Utilise un format 8 bits (pour les pilotes vidéo qui ne prennent pas en charge le format 24 bits).