GraphicsFormats Xojo Plugin for Console targets

TgaExporterConsole.SaveToFile Method (console safe)

Exports a picture to a Tga file.

SaveToFile(
   image as Picture,
   f as FolderItem)

Parameters

image
The image to export.
f
A folder item that defines the destination of the image.

Remarks

See Also

TgaExporterConsole Class