Vcl.Imaging.jpeg.TJPEGImage.ProgressiveEncoding

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

Delphi

property ProgressiveEncoding: Boolean read FProgressiveEncoding write FProgressiveEncoding;

C++

__property bool ProgressiveEncoding = {read=FProgressiveEncoding, write=FProgressiveEncoding, nodefault};

プロパティ

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


説明

イメージの伸長時に段階的にイメージを表示できるかどうかを決めます。

ProgressiveEncoding プロパティは,伸長の際に段階的にファイルを表示できるようにする圧縮方法でイメージを圧縮できます。イメージの圧縮時に ProgressiveEncoding プロパティが true に設定されていなければ,ProgressiveDisplay プロパティを true に設定しても無効です。

関連項目