https://bugzilla.novell.com/show_bug.cgi?id=506179
https://bugzilla.novell.com/show_bug.cgi?id=506179#c2 --- Comment #2 from Juraj Skripsky <[email protected]> 2010-09-20 10:13:45 UTC --- Created an attachment (id=390445) --> (http://bugzilla.novell.com/attachment.cgi?id=390445) another test case The attached test case loads an existing JPG (included) and saves it with different quality settings (0, 10, ..., 100): mono jpeq_quality.exe waterdrop.jpg test.jpg The resulting files all share the same size and ImageMagick/GraphicsMagick always reports quality 75: for jpg in test.jpg*; do gm identify -format "%[JPEG-Quality]" $jpg; done 75 75 [...] 75 75 (use "identify" instead of "gm identify" if using ImageMagick) I'm using Mono 2.6.4 (x86_64) on Fedora 13. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
