rmagick gem install “Can’t find Magick-config”

I get the error shown below when attempting to install the rmagick gem. I am on Snowleopard 10.6 using RVM, Ruby 1.9.2-head and Rails 3.05. Responses to similar questions recommended installing ImageMagick, which I successfully did. Other suggested installing the “libmagick9-dev library”, however, I can not figure out how to do this. I’m a new … Read more

convert:not authorized `aaaa` @ error/constitute.c/ReadImage/453

I want to create a captcha pic by use convert from ImageMagick. And I follow this, but there are some problem . Input In my linux shell: convert -background white -fill black -font FreeSerif-Bold -pointsize 36 label:’adfgh’ ./test.png The Error is: convert:not authorized adfgh @ error/constitute.c/ReadImage/453. convert:missing an image filename ./test.png @ error/convert.c/ConvertImageCommand/3015 My ImageMagick: … Read more

Replace transparency in PNG images with white background

I’ve got some PNG images with transparency, and I need to create versions with the image layer composed onto a white background. I’ve tried various things with Image Magick “convert” operations, but either nothing happens at all or I get an error. I don’t want to go to an intermediate JPG form because I don’t … Read more

ImageMagick security policy ‘PDF’ blocking conversion

The Imagemagick security policy seems to be not allowing me perform this conversion from pdf to png. Converting other extensions seem to be working, just not from pdf. I haven’t changed any of the imagemagick settings since I installed it… I am using Arch Linux, if the OS matters. user@machine $ convert -density 300 -depth … Read more