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
See Also
RawJpegExporter Class