CameraAPI.WriteTiffFile( filename, rows, cols );
String filename |
The filename of the TIFF file to create. |
int rows |
The image rows. |
int cols |
The image columns. |
None
Write the primary image buffer data to a TIFF file. The size of the
image to write is specified by the rows and cols parameters. Throws
java.lang.Exception if an error occurs. All exceptions can be caught
using a
try/catch block.