I understand the change, I'm just wondering how to go back to the previous default with out having to downgrade. This seems like a pretty big change, and I'm seeing a lot of downstream problems caused by this.. It just seems there should be an easier way to set the default colorspace... than having ...
So, I'm converting an image to black and white.. I'm getting a much darker image now with IM 6.8.2-10 command I'm using: mogrify -colorspace gray image.jpg Any idea on what's going on here? Has the colorspaces changed? http://i.imgur.com/F12GFoI.jpg Version: ImageMagick 6.7.0-0 2011-05-24 Q16 http:/...
I've been using IM for a long time to draw text on images, usually in the form: -fill '#ffffff' -pointsize 20 -draw "rotate 45 text 100,100 'This is text'" I've been having trouble with special characters and unicode, so, I thought I could just put the text in a file and access with @filename, but t...
I'm getting a weird clipping issue when trying to convert from a clipart svg http://openclipart.org/people/nicubunu/nicubunu_Christmas_Tree_(plain).svg http://openclipart.org/people/nicubunu/nicubunu_Christmas_Tree_(plain).png convert -alpha on -depth 8 -background none in.svg out.png http://i.imgur...
Can anyone give me some hints on how to update IM on a CentOS 5.8 ? I can never track down the latest packages.. yum doesn't work for the upgrade. rpm -Uvh ImageMagick-6.8.0-7.x86_64.rpm error: Failed dependencies: libHalf.so.4()(64bit) is needed by ImageMagick-6.8.0-7.x86_64 libIex.so.4()(64bit) is...
I'm hoping to reduce the file size on animated video gifs.. It seems much of the animation optimizations are for when only parts of the image are updated, but I know video is a bigger challenge.. http://25.media.tumblr.com/tumblr_lwmk4m8tue1qekfz3o1_250.gif What's the best way to optimize a gif like...