GraphicsFormats Xojo plugin |
|
RawGIFImporter.ReadHeader Method
Reads header for the GIF image from a string.

ReadHeader(
data
as String)
as RawBitmapDescription
Parameters
- data
- The string data containing a GIF image to import 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