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
qimagewriter.cpp File Reference

(5ff53d09e89b68ded7ab22b357563da1480d935a)

#include "qimagewriter.h"
#include <qbytearray.h>
#include <qfile.h>
#include <qfileinfo.h>
#include <qimage.h>
#include <qimageiohandler.h>
#include <qset.h>
#include <qvariant.h>
#include <qloggingcategory.h>
#include <qcoreapplication.h>
#include <private/qfactoryloader_p.h>
#include <private/qbmphandler_p.h>
#include <private/qppmhandler_p.h>
#include <private/qxbmhandler_p.h>
#include <private/qxpmhandler_p.h>
#include <private/qpnghandler_p.h>
#include <private/qimagereaderwriterhelpers_p.h>
#include <algorithm>
Include dependency graph for qimagewriter.cpp:

Go to the source code of this file.

Classes

class  QImageWriterPrivate

Functions

static QImageIOHandlercreateWriteHandlerHelper (QIODevice *device, const QByteArray &format)
void qt_imageTransform (QImage &src, QImageIOHandler::Transformations orient)

Function Documentation

◆ createWriteHandlerHelper()

QImageIOHandler * createWriteHandlerHelper ( QIODevice * device,
const QByteArray & format )
static

Definition at line 104 of file qimagewriter.cpp.

◆ qt_imageTransform()

void qt_imageTransform ( QImage & src,
QImageIOHandler::Transformations orient )
extern

Definition at line 6516 of file qimage.cpp.