Vcl.Imaging.pngimage.TInterlaceMethod

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

TInterlaceMethod = (imNone, imAdam7);

C++

enum DECLSPEC_DENUM TInterlaceMethod : unsigned char { imNone, imAdam7 };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.Imaging.pngimage.pas
Vcl.Imaging.pngimage.hpp
Vcl.Imaging.pngimage Vcl.Imaging.pngimage

Description

TInterlaceMethod enumerates the possible interlace methods for a png image.

TInterlaceMethod enumerates the possible interlace methods for a png image. The following table lists the possible values and their meaning.



Value Meaning

imNone

No interlacing is made for the png image.

imAdam7

The Adam7 algorithm is used for interlacing the png image.