
SetAlphaChannel(const QImage & alphaChannel) ScaledToWidth(int width, Qt::TransformationMode mode = Qt::FastTransformation) const ScaledToHeight(int height, Qt::TransformationMode mode = Qt::FastTransformation) const Scaled(int width, int height, Qt::AspectRatioMode aspectRatioMode = Qt::IgnoreAspectRatio, Qt::TransformationMode transformMode = Qt::FastTransformation) const Scaled(const QSize & size, Qt::AspectRatioMode aspectRatioMode = Qt::IgnoreAspectRatio, Qt::TransformationMode transformMode = Qt::FastTransformation) const Save(QIODevice * device, const char * format = nullptr, int quality = -1) const Save(const QString & fileName, const char * format = nullptr, int quality = -1) const ReinterpretAsFormat(QImage::Format format) PixelIndex(const QPoint & position) const PixelColor(const QPoint & position) const Mirrored(bool horizontal = false, bool vertical = true) & Mirrored(bool horizontal = false, bool vertical = true) const & LoadFromData(const QByteArray & data, const char * format = nullptr) LoadFromData(const uchar * data, int len, const char * format = nullptr) Load(QIODevice * device, const char * format) Load(const QString & fileName, const char * format = nullptr) InvertPixels(QImage::InvertMode mode = InvertRgb)

QImage(const QSize & size, QImage::Format format)Īppl圜olorTransform(const QColorTransform & transform)ĬonvertTo(QImage::Format format, Qt::ImageConversionFlags flags = Qt::AutoColor)ĬonvertToColorSpace(const QColorSpace & colorSpace)ĬonvertToFormat(QImage::Format format, Qt::ImageConversionFlags flags = Qt::AutoColor) const &ĬonvertToFormat(QImage::Format format, Qt::ImageConversionFlags flags = Qt::AutoColor) &ĬonvertToFormat(QImage::Format format, const QVector & colorTable, Qt::ImageConversionFlags flags = Qt::AutoColor) constĬonvertedToColorSpace(const QColorSpace & colorSpace) constĬopy(const QRect & rectangle = QRect()) constĬopy(int x, int y, int width, int height) constĬreateAlphaMask(Qt::ImageConversionFlags flags = Qt::AutoColor) constĬreateHeuristicMask(bool clipTight = true) constĬreateMaskFromColor(QRgb color, Qt::MaskMode mode = Qt::MaskInColor) const QImage(int width, int height, QImage::Format format) QImage(uchar * data, int width, int height, QImage::Format format, QImageCleanupFunction cleanupFunction = nullptr, void * cleanupInfo = nullptr)

QImage(const uchar * data, int width, int height, QImage::Format format, QImageCleanupFunction cleanupFunction = nullptr, void * cleanupInfo = nullptr) QImage(uchar * data, int width, int height, int bytesPerLine, QImage::Format format, QImageCleanupFunction cleanupFunction = nullptr, void * cleanupInfo = nullptr) QImage(const uchar * data, int width, int height, int bytesPerLine, QImage::Format format, QImageCleanupFunction cleanupFunction = nullptr, void * cleanupInfo = nullptr) QImage(const QString & fileName, const char * format = nullptr)
