RESOLVED FIXED 87851
[Qt] ImageDecoderQt doesn't support some decoders
https://bugs.webkit.org/show_bug.cgi?id=87851
Summary [Qt] ImageDecoderQt doesn't support some decoders
Allan Sandfeld Jensen
Reported 2012-05-30 07:09:34 PDT
The new ImageDecoderQt doesn't support decoders that return images with 8bit colors, or decoders that always replace the input buffer like the GIF-decoder does. While the GIF-decoder is no longer necessary, there might be similar plugins elsewhere.
Attachments
Patch (3.04 KB, patch)
2012-05-30 07:14 PDT, Allan Sandfeld Jensen
no flags
Patch (6.16 KB, patch)
2012-05-30 07:59 PDT, Allan Sandfeld Jensen
no flags
Patch (3.28 KB, patch)
2012-05-30 08:32 PDT, Allan Sandfeld Jensen
no flags
Allan Sandfeld Jensen
Comment 1 2012-05-30 07:14:30 PDT
Allan Sandfeld Jensen
Comment 2 2012-05-30 07:59:22 PDT
Allan Sandfeld Jensen
Comment 3 2012-05-30 08:00:06 PDT
Comment on attachment 144816 [details] Patch Wrong bug
Kenneth Rohde Christiansen
Comment 4 2012-05-30 08:02:54 PDT
Comment on attachment 144806 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=144806&action=review > Source/WebCore/ChangeLog:4 > > + [Qt] ImageDecoderQt doesn't support some decoders. > + https://bugs.webkit.org/show_bug.cgi?id=87851 More info about which? > Source/WebCore/platform/graphics/qt/ImageDecoderQt.cpp:161 > + // We don't need the tables set by prepareScaleDataIfNecessary, but their dimensions > + // are used by ImageDecoder::scaledSize(). Can we split those lines more equally // We don't need the tables set by prepareScaleDataIfNecessary, but // their dimensions are used by ImageDecoder::scaledSize().
Early Warning System Bot
Comment 5 2012-05-30 08:10:22 PDT
Early Warning System Bot
Comment 6 2012-05-30 08:23:25 PDT
Allan Sandfeld Jensen
Comment 7 2012-05-30 08:32:59 PDT
Kenneth Rohde Christiansen
Comment 8 2012-05-30 13:57:11 PDT
Comment on attachment 144826 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=144826&action=review > Source/WebCore/ChangeLog:15 > + This patch also add support for down-scaling in the decoder. > + You should probably list tests for this?
WebKit Review Bot
Comment 9 2012-05-30 15:09:13 PDT
Comment on attachment 144826 [details] Patch Clearing flags on attachment: 144826 Committed r118980: <http://trac.webkit.org/changeset/118980>
WebKit Review Bot
Comment 10 2012-05-30 15:09:18 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.