https://bugzilla.wikimedia.org/show_bug.cgi?id=52050
Bawolff (Brian Wolff) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #6 from Bawolff (Brian Wolff) <[email protected]> --- Ok, these are the biggest pngs (all pngs bigger than 170 MP) on commons: MariaDB [commonswiki_p]> select img_name, img_width*img_height from image where img_media_type = 'BITMAP' and img_minor_mime = 'png' and img_major_mime = 'image' and img_width *img_height > 170000000 order by img_width*img_height desc; +-----------------------------------------------------------+----------------------+ | img_name | img_width*img_height | +-----------------------------------------------------------+----------------------+ | Iowa_County,_Wisconsin,_Courthouse_-_Icon_-_3000-dpi.png | 4161055734 | | Mandelbrot_fractal_large.png | 715776516 | | Mandelbrot_High_Resolution.png | 600000000 | | Iowa_County,_Wisconsin,_Courthouse_-_Icon_-1000-dpi.png | 462349287 | | Gonders_flats.png | 375955914 | | U-undStraßenbahnGleisplanBerlinundUmgebung2013.png | 293840000 | | Union_Stock_Yards,_Omaha,_1899.png | 260564824 | | Union_Stock_Yards,_Omaha,_1925.png | 259465592 | | Union_Stock_Yards,_Omaha,_1958.png | 258749920 | | Union_Stock_Yards,_Omaha,_1916.png | 258264072 | | Union_Stock_Yards,_Omaha,_1999.png | 257947776 | | Union_Stock_Yards,_Omaha,_1887.png | 257896800 | | Redstone_Rocket_Test_Stand_HAER_AL-129-A_sheet_1_of_7.png | 241231872 | | World4-isometric_north.png | 200950784 | | Rensselaerswyck_Original_Map_Large.png | 195843032 | | Drapeau_hillion.png | 192853712 | | Income_inequality_in_the_United_States,_1979-2007.png | 174420000 | +-----------------------------------------------------------+----------------------+ enwiki has no pngs bigger than 170 MP I tested the top 5, they all seem to render. I will note, that [[commons:file:Iowa_County,_Wisconsin,_Courthouse_-_Icon_-_3000-dpi.png]] doesn't seem to render the courthouse part of the image (compare with [[commons:file:Iowa_County,_Wisconsin,_Courthouse_-_Icon_-1000-dpi.png]]). I'm not sure if that's a problem with our rendering, or if the original image is just broken. I'm going to go with the original image is just broken unless someone comes up with evidence to the contrary. In any case, marking this bug fixed -- 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
