63 QString compression=
"none");
70 virtual void setBuffer(
int s,
int b,
int dn)
const;
78 unsigned char *m_raster;
static bool canWriteFormat(QString format)
Returns true if the format is "tiff".
Definition: TiffExporter.cpp:163
File name manipulation and expansion.
Definition: FileName.h:116
virtual void createBuffer()
Creates the buffer to store a chunk of streamed line data with one or more bands. ...
Definition: TiffExporter.cpp:43
Exports cubes into TIFF images.
Definition: TiffExporter.h:57
virtual ~TiffExporter()
Destruct the exporter.
Definition: TiffExporter.cpp:28
TiffExporter()
Construct the TIFF exporter.
Definition: TiffExporter.cpp:17
virtual void writeLine(int l) const
Writes a line of buffered data to the output image on disk.
Definition: TiffExporter.cpp:148
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
Exports cubes into a standard format in incremental pieces.
Definition: StreamExporter.h:50
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...
Definition: TiffExporter.cpp:67
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...
Definition: TiffExporter.cpp:121