GraphicsFormats Xojo plugin |
|
RawTgaExporter.SaveToString Method
Exports a RawBitmap picture 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
See Also
RawTgaExporter Class