NAME
Qt::Gui::QImageIOHandler
PUBLIC METHODS
- QImageIOHandler()
- ~QImageIOHandler()
- bool canRead()
- int currentImageNumber()
- QRect currentImageRect()
- QIODevice * device()
- QByteArray format()
- int imageCount()
- bool jumpToImage(int imageNumber)
- bool jumpToNextImage()
- int loopCount()
- QByteArray name()
- int nextImageDelay()
- QVariant option(QImageIOHandler::ImageOption option)
- bool read(QImage * image)
- void setDevice(QIODevice * device)
- void setFormat(const QByteArray & format)
- void setFormat(const QByteArray & format)
- void setOption(QImageIOHandler::ImageOption option, const QVariant & value)
- bool supportsOption(QImageIOHandler::ImageOption option)
- bool write(const QImage & image)
ENUM VALUES
- Size
- ClipRect
- Description
- ScaledClipRect
- ScaledSize
- CompressionRatio
- Gamma
- Quality
- Name
- SubType
- IncrementalReading
- Endianness
- Animation
- BackgroundColor
- ImageFormat
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.