GraphicsFormats Xojo Plugin for Console targets

TgaExporterConsole.SaveToString Method (console safe)

Exports a picture formatted as Tga to a String.

SaveToString(
   image as Picture) as String

Parameters

image
The image to export.

Returns

String
Returns a string containing a Jpeg encoded image.

Remarks

See Also

TgaExporterConsole Class