FileWriter::Write

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

Write writes the image data to the given out stream in JPEG format.

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 Render::ImageWriteArgs* args = 0 
Pointer to the image write arguments. 
Return Value

A Boolean value of true if JPEG image is created, and false otherwise.