FileWriter::Write

FileWriter::Write
virtual bool Write(File* file, const ImageData& imageData, const ImageWriteArgs* args = 0) const;
Description

Write writes a 32-bit Targa format bitmap.

Parameters
Parameters 
Description 
File* file 
Pointer to the file stream into which the image data will be written. 
const ImageData& imageData 
The image data that will be written into the file. 
const ImageWriteArgs* args = 0 
Pointer to the image arguments. 
Return Value

A Boolean value of true if the image in TGA format is created, and false otherwise.