#include <QtGui/qtransform.h>
#include <QtGui/qpaintdevice.h>
#include <QtGui/qrgb.h>
#include <QtCore/qbytearray.h>
#include <QtCore/qrect.h>
#include <QtCore/qstring.h>
Go to the source code of this file.
◆ operator<<()
Definition at line 5406 of file qimage.cpp.
Referenced by QImage::setPixel().
5408 if (s.version() >= 5) {
5409 if (image.isNull()) {
5417 QImageWriter writer(s.device(), s.version() == 1 ?
"bmp" :
"png");
5418 writer.
write(image);
The QImageWriter class provides a format independent interface for writing images to files or other d...
bool write(const QImage &image)
Writes the image image to the assigned device or file name.
◆ operator>>()
Definition at line 5435 of file qimage.cpp.
Referenced by QImage::setPixel().
5437 if (s.version() >= 5) {
The QImage class provides a hardware-independent image representation that allows direct access to th...
The QImageReader class provides a format independent interface for reading images from files or other...
◆ Q_DECLARE_TYPEINFO()