GraphicsFormats Xojo plugin

RawGIFImporter.ReadHeader Method

Reads header for the GIF image from a file.

ReadHeader(
   f as FolderItem) as RawBitmapDescription

Parameters

f
The FolderItem to open the image from.

Returns

RawBitmapDescription
The header information or nil if there was fail.

Remarks

Note that some properties on the RawGIFImporter class also get populated, such as Comment, Delay, IsAnimated and LoopCount.

See Also

RawGIFImporter Class