GraphicsFormats Xojo plugin

RawJpegImporter.OpenFromFile Method

Opens a Jpeg Image from a file.

OpenFromFile(
   f as FolderItem) as RawBitmap

Parameters

f
The FolderItem to open the image from.

Returns

RawBitmap
Returns the imported Picture as RawBitmap or nil if import failed.

Remarks

This method can throw RawJpegException and InvalidArgumentException.

See Also

RawJpegImporter Class