https://bugzilla.wikimedia.org/show_bug.cgi?id=28135
--- Comment #9 from Bryan Tong Minh <[email protected]> 2011-10-20 12:32:37 UTC --- I started on the VipsTest special page some days ago, but I'm not sure if I have time this weekend to finish this. In any case we could already enable VipsScaler for large PNGs; those can't be compared to ImageMagick thumbnails anyway. I believe that there are no outstanding issues for this. Config: $wgVipsOptions = array( array( 'conditions' => array( 'mimeType' => 'image/png', 'minArea' => 1.25e7, ) ) ); -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
