Open main menu

RAD Studio API Documentation β

Vcl.Imaging.jpeg.TJPEGImage.Smoothing


Delphi

property Smoothing: Boolean read FSmoothing write SetSmoothing;

C++

__property bool Smoothing = {read=FSmoothing, write=SetSmoothing, nodefault};

Properties

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

Description

Determines whether the jpeg image displays in blocks or with blurred edges.

Smoothing is used if ProgressiveDisplay is true, to determine whether the jpeg image is displayed in small blocks or with blurred edges. If Smoothing is true, the edges are blurred during progressive displaying of the image. If Smoothing is false, raw blocks of color are used to display the image.

See Also