TIFF support.
More...
#include <TIFF.h>
|
| TIFF (const QString &fileName) |
| Constructor.
|
|
| TIFF (QIODevice &device) |
| Constructor.
|
|
QMap< quint16, QVariantList > | fields () |
| TIFF data fields.
|
|
QSize | rasterSize () |
| Size of the TIFF raster image.
|
|
bool | isValid () const |
| Validity check.
|
|
QString | error () const |
| Error string.
|
|
QStringList | warnings () const |
| Warnings.
|
|
|
static QStringList | mimeTypes () |
| Mime type for files that can be opened by this class.
|
|
static QSharedPointer< QFile > | openFileURL (const QString &fileName) |
| Open file, file URL or Android content URL.
|
|
TIFF support.
This class reads GeoTIFF files. It extracts image dimension as well as the TIFF fields. It does not read the raster data.
Definition at line 41 of file TIFF.h.
◆ TIFF() [1/2]
FileFormats::TIFF::TIFF |
( |
const QString & | fileName | ) |
|
Constructor.
The constructor opens and reads the TIFF file. It does not read the raster data and is therefore lightweight.
- Parameters
-
fileName | File name of a TIFF file. |
◆ TIFF() [2/2]
FileFormats::TIFF::TIFF |
( |
QIODevice & | device | ) |
|
Constructor.
The constructor opens and rteads the TIFF file. It does not read the raster data and is therefore lightweight.
- Parameters
-
device | Device from which the TIFF is read. The device must be opened and seekable. The device will not be closed by this method. |
◆ fields()
QMap< quint16, QVariantList > FileFormats::TIFF::fields |
( |
| ) |
|
|
inlinenodiscard |
TIFF data fields.
- Returns
- TIFF-internal data fields
Definition at line 73 of file TIFF.h.
◆ mimeTypes()
static QStringList FileFormats::TIFF::mimeTypes |
( |
| ) |
|
|
inlinestaticnodiscard |
Mime type for files that can be opened by this class.
- Returns
- Name of mime type
Definition at line 90 of file TIFF.h.
◆ rasterSize()
QSize FileFormats::TIFF::rasterSize |
( |
| ) |
|
|
inlinenodiscard |
Size of the TIFF raster image.
- Returns
- Size of the TIFF raster image, or an invalid size in case or error.
Definition at line 79 of file TIFF.h.
The documentation for this class was generated from the following file:
- /home/runner/work/enroute/enroute/src/fileFormats/TIFF.h