GraphicsFormats Xojo plugin

RawGIFImporter.OpenAllFramesFromFile Method

Opens all frames of a GIF Image from a file.

OpenAllFramesFromFile(
   f as FolderItem) as RawGIFFrame()

Parameters

f
The FolderItem to open the image from.

Returns

RawGIFFrame()
Array of RawGIFFRame or nil if there was error. Note you can also get empty Array.

Remarks

See Also

RawGIFImporter Class