GraphicsFormats Xojo plugin

RawTIFFExporter.SaveToString Method (console safe)

Exports a picture formatted as TIFF to a String.

SaveToString(
   image as RawBitmap) as String

Parameters

image
The RawBitmap to export.

Returns

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

Remarks

If you want to write TIFF with multiple images in it then use the AddBitmap method multiple times and then use SaveBitmapsToString.

This method can throw RawTIFFException.

See Also

RawTIFFExporter Class