GraphicsFormats Xojo plugin |
|
RawGIFImporter.OpenAllFramesFromString Method
Opens all frames of a GIF Image from a string.

OpenAllFramesFromString(
data
as String)
as RawGIFFrame()
Parameters
- data
- The string data containing a GIF image to import from.
Returns
- RawGIFFrame()
- Array of RawGIFFRame or nil if there was error. Note you can also get empty Array.
Remarks
See Also
RawGIFImporter Class