GraphicsFormats Xojo plugin

RawWebPExporter.SaveToFile Method

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

SaveToFile(
   image as RawBitmap,
   f as FolderItem)

Parameters

image
The bitmap to be saved into WebP file. This must be RGB or gray color space.
f
A FolderItem that defines the destination of the WebP file.

Remarks

See Also

RawWebPExporter Class