Vcl.Imaging.jpeg.TJPEGImage.Smoothing

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Smoothing: Boolean read FSmoothing write SetSmoothing;

C++

__property bool Smoothing = {read=FSmoothing, write=SetSmoothing, 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 s'affiche dans des blocs ou avec des contours flous.

La propriété Smoothing est utilisée si ProgressiveDisplay a la valeur true, pour déterminer si l'image jpeg est affichée par petit blocs ou avec des contours flous. Si Smoothing a la valeur true, les contours sont lissés durant l'affichage progressif de l'image. Si Smoothing a la valeur false, des blocs bruts de couleur sont utilisés pour afficher l'image.

Voir aussi