GraphicsFormats Xojo Plugin for Console targets

Jpeg2000ExporterConsole.SaveToString Method (console only)

Exports a picture formatted as Jpeg2000 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

Jpeg2000ExporterConsole Class