GraphicsFormats Xojo plugin

RawTIFFExporter.SaveBitmapsToString Method

Saves multiple bitmaps that have been added with the AddBitmap method to a single TIFF file that is returned as string.

SaveBitmapsToString() as String

Parameters

Returns

String
Returns a string containing a TIFF encoded image or empty string if there was error.

Remarks

See Also

RawTIFFExporter Class