| GraphicsFormats Xojo plugin |
|
RawGIFImporter.OpenAllFramesFromString Method (console safe)
Opens all frames of a GIF Image from a string.
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