Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
4.7.4, 5.4.0
-
None
Description
I am using Qt 4.7.4 on Linux and I am trying to use QImageReader to read PNG meta data from thumbnail images. The keys of the meta data contain colons as required by the standard from freedesktop.org. QImageReader fails to parse these keys correctly.
For example, such a file contains the keys "Thumb::URI", "Thumb::MTime", and "Software". But QImageReader::textKeys() returns [ "Thumb", "Software" ] and it is impossible to get the values for the keys "Thumb::URI" and "Thumb::MTime".
Attachments
Issue Links
- relates to
-
QTBUG-9414 Support EXIF in QImageIO
- Open
Gerrit Reviews
For Gerrit Dashboard: QTBUG-22367 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
101083,5 | imageviewer example: add dialog to show image info and text | dev | qt/qtbase | Status: NEW | 0 | 0 |
101084,7 | add QImageIOHandler::Dictionary ImageOption; implement for PNG | dev | qt/qtbase | Status: NEW | 0 | 0 |