GraphicsFormats Xojo plugin

RawTIFFImporter.OpenFromString Method

Opens a TIFF Image from a String taking in directory index as parameter.

OpenFromString(
   data as String,
   directoryIndex as Integer) as RawBitmap

Parameters

data
The string data containing a TIFF image to import from.
directoryIndex
Index of the image within the TIFF file to get. (Default is zero). Most files will only have one image within them.

Returns

RawBitmap
Returns the imported Picture as RawBitmap or nil if import failed.

Remarks

See Also

RawTIFFImporter Class