63 QString compression=
"none");
70 virtual void setBuffer(
int s,
int b,
int dn)
const;
static bool canWriteFormat(QString format)
Returns true if the format is "tiff".
File name manipulation and expansion.
virtual void createBuffer()
Creates the buffer to store a chunk of streamed line data with one or more bands. ...
Exports cubes into TIFF images.
TIFF * m_image
Object responsible for writing data to the output image.
unsigned char * m_raster
Array containing all color channels for a line.
virtual ~TiffExporter()
Destruct the exporter.
TiffExporter()
Construct the TIFF exporter.
virtual void writeLine(int l) const
Writes a line of buffered data to the output image on disk.
Namespace for ISIS/Bullet specific routines.
Exports cubes into a standard format in incremental pieces.
virtual void write(FileName outputName, int quality=100, QString compression="none")
Open the output file for writing, initialize its fields, then let the base ImageExporter handle the g...
virtual void setBuffer(int s, int b, int dn) const
Set the DN value at the given sample and band, resolved to a single index, of the line buffer...