Vcl.Imaging.jpeg.TJPEGImage.Smoothing

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Smoothing: Boolean read FSmoothing write SetSmoothing;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Imaging.jpeg.pas
Vcl.Imaging.jpeg.hpp
Vcl.Imaging.jpeg TJPEGImage


説明

jpeg イメージをブロックで表示するか,端をぼかして表示するかを決めます。

Smoothing プロパティは,ProgressiveDisplay プロパティが true の場合に,jpeg イメージを小さなブロックで表示するか,端をぼかして表示するかを決めるのに使用されます。Smoothing プロパティが true ならば,イメージを段階的に表示するときに端がぼやけた状態で表示されます。Smoothing プロパティが false ならば,イメージの表示にカラーのローブロックが使用されます。

関連項目