GraphicsFormats Xojo plugin

RawWebPExporter.SaveToString Method

Saves a bitmap to WebP formatted string using the quality and choice of lossy or non lossy that have been set on the class.

SaveToString(
   image as RawBitmap) as String

Parameters

image
The bitmap to be saved into WebP file. This must be RGB or gray color space.

Returns

String
WebP formatted string or empty string if there was error.

Remarks

See Also

RawWebPExporter Class