GraphicsFormats Xojo plugin

RawGIFImporter.OpenFromString Method

Opens a GIF Image from a String, returning the first frame only if it is animated GIF.

OpenFromString(
   data as String) as RawBitmap

Parameters

data
The string data containing a GIF image to import from.

Returns

RawBitmap
Returns the imported Picture as RawBitmap.

Remarks

Use OpenAllFramesFromString if wanting to get all frames.

See Also

RawGIFImporter Class