[Webkit-unassigned] [Bug 71555] [Qt] Compare WebCore and Qt ImageDecoders

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 18 03:15:56 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=71555





--- Comment #7 from Zoltan Horvath <zoltan at webkit.org>  2011-11-18 03:15:56 PST ---
(In reply to comment #6)
> Kimmo, do you recall what was the actual reason of switching?

Kimmo, ping! :) I'm curious to hear your answer!


Other topic:

I made a statistics on loaded image dimensions and I classify them into some groups:

x,y,z := pixels

 (x)    (y)      (x*y) count(x*y)
   2      2          4        553
   4      4         16         22 (4 < z <= 16)
   8      8         64         74 (16 < z <= 64)
  16     16        256        293 ...
  32     32       1024        249
  64     64       4096        596
 128    128      16384       1032
 256    256      65536       1080
 512    512     262144        297
1024   1024    1048576         89
2048   2048    4194304          7
3072   3072    9437184          0
4096   4096   16777216          0

In the case of x*y < 4px there are 125 0*0px  and 394 1*1px images.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list