Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qiiofhelpers.mm File Reference

(a4acd375ef462a8e2c94a48251d1a73f3b643680)

#include <QGuiApplication>
#include <QBuffer>
#include <QImageIOHandler>
#include <QImage>
#include <QtCore/qloggingcategory.h>
#include <QtGui/private/qcoregraphics_p.h>
#include "qiiofhelpers_p.h"
Include dependency graph for qiiofhelpers.mm:

Go to the source code of this file.

Namespaces

namespace  NS_IIOF_HELPERS

Functions

static size_t NS_IIOF_HELPERS::cbGetBytes (void *info, void *buffer, size_t count)
static off_t NS_IIOF_HELPERS::cbSkipForward (void *info, off_t count)
static void NS_IIOF_HELPERS::cbRewind (void *info)
static size_t NS_IIOF_HELPERS::cbPutBytes (void *info, const void *buffer, size_t count)
static void NS_IIOF_HELPERS::cbRelease (void *info)
static QImageIOHandler::Transformations NS_IIOF_HELPERS::exif2Qt (int exifOrientation)
static int NS_IIOF_HELPERS::qt2Exif (QImageIOHandler::Transformations transformation)