https://bugzilla.wikimedia.org/show_bug.cgi?id=37960
--- Comment #3 from Subfader <[email protected]> 2012-06-26 18:30:07 UTC --- You're right. Photoshop saves the original PNG in smaller size as sharped image. So all we need is an option to sharp the thumbs. [[File:Foo.png|250px|sharpen]] Add a global option to make it default (see reasons below, not every wiki is Wikipedia): $wgImageMagickSharpenPNGthumbs = true; option to override that: [[File:Foo.png|250px|nosharpening]] You shouldn't assume what type of images which format is used for. PNG is also used a lot for artwork, esp when it has plain pink or red (JPG has horrorible artefacts on these). Also, my wiki doesn't use line art images. For me most PNG images are normal images. I archive images from web so I take them in the format as they come. I won't convert the PNG source files to JPG just to make their thumbs sharper. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
