| GraphicsFormats REALbasic Plugin |
|
RawJpegExporter.SaveToFile Method
Exports a RawBitmap picture to a Jpeg file.
SaveToFile(
image as RawBitmap,
f as FolderItem)
Parameters
- image
- The RawBitmap to export.
- f
- A folder item that defines the destination of the image.
Remarks
See Also
RawJpegExporter Class