GraphicsFormats Xojo plugin |
|
RawTgaExporter.SaveToFile Method
Exports a RawBitmap picture to a Tga 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
RawTgaExporter Class