Vcl.Imaging.GIFImg.TGIFVersion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TGIFVersion = (gvUnknown, gv87a, gv89a);

C++

enum DECLSPEC_DENUM TGIFVersion : unsigned char { gvUnknown, gv87a, gv89a };

Properties

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

Description

Specifies the possible versions of a GIF image.

A variable of type TGIFVersion specifies the possible versions of a GIF image handled by the GIFImg namespace.

The following table lists the possible values of a variable of type TGIFVersion.


Value Meaning

gv87a

Represents the original GIF image format, introduced in May 1987.

gv89a

Represents the newest revision of the GIF image format, introduced in July 1989.

gvUnknown

Specifies that the version of the GIF image could not be identified.