RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TJPEGImage.Smoothing Property

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

Pascal
property Smoothing: Boolean;
C++
__property Boolean Smoothing;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!