Vcl.Imaging.jpeg.TJPEGImage.PixelFormat

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property PixelFormat: TJPEGPixelFormat read FPixelFormat write SetPixelFormat;

C++

__property TJPEGPixelFormat PixelFormat = {read=FPixelFormat, write=SetPixelFormat, nodefault};

Propriétés

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


Description

Détermine si l'image JPEG est affichée en utilisant un format 8 ou 24 bits.

Utilisez la propriété PixelFormat pour définir le format de pixel de l'image jpeg à 8 bits pour les pilotes écran ne gérant pas l'affichage en 24 bits. Le format natif d'une image JPEG est 24 bits. PixelFormat est utilisée pour la lecture (la décompression) des fichiers. PixelFormat s'applique également à un bitmap si l'image est copiée dedans.