GraphicsFormats Xojo plugin

RawJpegExporter.SaveToString Method

Exports a picture formatted as Jpeg to a String.

SaveToString(
   image as RawBitmap) as String

Parameters

image
The RawBitmap to export.

Returns

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

Remarks

This method can throw RawJpegException and InvalidArgumentException.

See Also

RawJpegExporter Class