![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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>Go to the source code of this file.
Classes | |
| class | QImageWriterPrivate |
Functions | |
| static QImageIOHandler * | createWriteHandlerHelper (QIODevice *device, const QByteArray &format) |
| void | qt_imageTransform (QImage &src, QImageIOHandler::Transformations orient) |
|
static |
Definition at line 104 of file qimagewriter.cpp.
Definition at line 6521 of file qimage.cpp.