NAME
Qt::Gui::QImageWriter
PUBLIC METHODS
- QImageWriter()
- QImageWriter(QIODevice * device, const QByteArray & format)
- QImageWriter(const QString & fileName, const QByteArray & format)
- QImageWriter(const QString & fileName, const QByteArray & format = QByteArray())
- ~QImageWriter()
- bool canWrite()
- int compression()
- QString description()
- QIODevice * device()
- QImageWriter::ImageWriterError error()
- QString errorString()
- QString fileName()
- QByteArray format()
- float gamma()
- int quality()
- void setCompression(int compression)
- void setDescription(const QString & description)
- void setDevice(QIODevice * device)
- void setFileName(const QString & fileName)
- void setFormat(const QByteArray & format)
- void setGamma(float gamma)
- void setQuality(int quality)
- void setText(const QString & key, const QString & text)
- static QList<QByteArray> supportedImageFormats()
- bool supportsOption(QImageIOHandler::ImageOption option)
- bool write(const QImage & image)
ENUM VALUES
- UnknownError
- DeviceError
- UnsupportedFormatError
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.