(05a025e59d589cc0155714452b575998124cc4f2)
#include "qtiffhandler_p.h"
#include <qcolorspace.h>
#include <qdebug.h>
#include <qfloat16.h>
#include <qimage.h>
#include <qloggingcategory.h>
#include <qvariant.h>
#include <qvarlengtharray.h>
#include <qbuffer.h>
#include <qfiledevice.h>
#include <qimagereader.h>
#include "tiffio.h"
#include <memory>
#include <QtCore/q20utility.h>
Go to the source code of this file.
|
| tsize_t | qtiffReadProc (thandle_t fd, tdata_t buf, tsize_t size) |
| tsize_t | qtiffWriteProc (thandle_t fd, tdata_t buf, tsize_t size) |
| toff_t | qtiffSeekProc (thandle_t fd, toff_t off, int whence) |
| int | qtiffCloseProc (thandle_t) |
| toff_t | qtiffSizeProc (thandle_t fd) |
| int | qtiffMapProc (thandle_t fd, void **base, toff_t *size) |
| void | qtiffUnmapProc (thandle_t fd, void *base, toff_t) |
| static QImageIOHandler::Transformations | exif2Qt (int exifOrientation) |
| static int | qt2Exif (QImageIOHandler::Transformations transformation) |
| static bool | checkGrayscale (const QList< QRgb > &colorTable) |
| static QList< QRgb > | effectiveColorTable (const QImage &image) |
| static quint32 | defaultStripSize (const TiffUniquePtr &p) |
◆ TiffUniquePtr
| typedef std::unique_ptr< TIFF, TiffCloseDeleter > TiffUniquePtr = std::unique_ptr<TIFF, TiffCloseDeleter> |
◆ checkGrayscale()
| bool checkGrayscale |
( |
const QList< QRgb > & | colorTable | ) |
|
|
static |
◆ defaultStripSize()
◆ effectiveColorTable()
◆ exif2Qt()
| QImageIOHandler::Transformations exif2Qt |
( |
int | exifOrientation | ) |
|
|
static |
◆ qt2Exif()
| int qt2Exif |
( |
QImageIOHandler::Transformations | transformation | ) |
|
|
static |
◆ qtiffCloseProc()
| int qtiffCloseProc |
( |
thandle_t | | ) |
|
◆ qtiffMapProc()
| int qtiffMapProc |
( |
thandle_t | fd, |
|
|
void ** | base, |
|
|
toff_t * | size ) |
◆ qtiffReadProc()
| tsize_t qtiffReadProc |
( |
thandle_t | fd, |
|
|
tdata_t | buf, |
|
|
tsize_t | size ) |
◆ qtiffSeekProc()
| toff_t qtiffSeekProc |
( |
thandle_t | fd, |
|
|
toff_t | off, |
|
|
int | whence ) |
◆ qtiffSizeProc()
| toff_t qtiffSizeProc |
( |
thandle_t | fd | ) |
|
◆ qtiffUnmapProc()
| void qtiffUnmapProc |
( |
thandle_t | fd, |
|
|
void * | base, |
|
|
toff_t | ) |
◆ qtiffWriteProc()
| tsize_t qtiffWriteProc |
( |
thandle_t | fd, |
|
|
tdata_t | buf, |
|
|
tsize_t | size ) |