https://bugzilla.wikimedia.org/show_bug.cgi?id=25647
--- Comment #10 from Bawolff (Brian Wolff) <[email protected]> --- Here's some: MariaDB [commonswiki_p]> select img_name from image where img_media_type= 'BITMAP' and img_major_mime = 'image' and img_minor_mime = 'tiff' and img_width*img_height > 60000000 limit 20; +-----------------------------------------------------------------------------------------------------------------------+ | img_name | +-----------------------------------------------------------------------------------------------------------------------+ | 19F_chemical_shifts.tif | | 255-CC-65-HC-223,_back.tif | | 255-CC-65-HC-223.tif | | A_street_in_yorktown_va.tif | | Bathing_beauties_dancing_on_Washington_beach-t.tif | | Bill_of_Rights.tif | | Boylston_Street_and_the_Public_Garden,_showing_subway_entrance,_Boston,_Mass..tif | | Buffalo_Light_House_-_00001a.tiff | | Buffalo_Light_House_-_00002a.tiff | | Buffalo_Light_House_-_00003a.tiff | | Buffalo_Light_House_-_00004a.tiff | | Buffalo_Light_House_-_00005a.tiff | | Buffalo_Light_House_-_00006a.tiff | | Buffalo_Light_House_-_00007a.tiff | | Buy_Your_Victory_Bonds._Color_poster._Issued_by_Victory_Bond_Committee,_Ottawa,_Canada.,_ca._1917_-_NARA_-_516338.tif | | Capitol_statuary_hall.tif | | Christ_Church_(Cambridge,_Massachusetts)_-_00000a.tif | | Christ_Church_(Cambridge,_Massachusetts)_-_00001a.tif | | Christ_Church_(Cambridge,_Massachusetts)_-_00002a.tif | | Christ_Church_(Cambridge,_Massachusetts)_-_00003a.tif | +-----------------------------------------------------------------------------------------------------------------------+ VIPS can be a soltion, but at the moment we don't have code to selectively do it only for bug tiffs (yet). Of course this bug is more about max image area being checked at image render time instead of page parse time. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
