Vcl.Imaging.jpeg.TJPEGImage.Smoothing

From RAD Studio API Documentation
Jump to: navigation, search


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