GraphicsFormats Xojo plugin

RawWebPImporter.OpenFromFile Method

Opens a WebP Image from a file, returning it as RawBitmap.

OpenFromFile(
   f as FolderItem) as RawBitmap

Parameters

f
The FolderItem to open the image from.

Returns

RawBitmap
Returns the imported Picture as RawBitmap.

Remarks

See Also

RawWebPImporter Class