Search found 3 matches

by foutrelis
2013-07-08T11:13:46-07:00
Forum: Bugs
Topic: [6.8.6-3] '-colorspace RGB' makes image darker
Replies: 6
Views: 9673

Re: [6.8.6-3] '-colorspace RGB' makes image darker

Thank you for your responses! I still don't understand something though. I only noticed the darker output images after upgrading from ImageMagick 6.8.5-10 to 6.8.6-2. I've now also noticed the following: In an image viewer, both output images appear darker. (Mirage and GIMP on Linux, Windows Photo V...
by foutrelis
2013-07-08T09:48:37-07:00
Forum: Bugs
Topic: [6.8.6-3] '-colorspace RGB' makes image darker
Replies: 6
Views: 9673

[6.8.6-3] '-colorspace RGB' makes image darker

On the left is the original image and on the right is the resulting image after being processed with 'convert orig.png -colorspace RGB new.png'. http://i.imgur.com/q1MVQwv.png http://i.imgur.com/XfeyQIE.png This looks like a bug to me, but I'm not certain what the '-colorspace RGB' option is suppose...
by foutrelis
2013-03-25T00:12:40-07:00
Forum: Bugs
Topic: SVG to PNG fails with: "You forgot to call g_type_init()"
Replies: 5
Views: 12106

SVG to PNG fails with: "You forgot to call g_type_init()"

It looks like the call to g_type_init() was recently removed from the svg coder [1]. (Reverting this change fixes the issue for me.) The above appears to cause the following error when converting an SVG image to PNG (i.e. 'convert image.svg image.png'): (process:14556): GLib-GObject-CRITICAL **: gty...