Imagemagick

Subscribe to Imagemagick 2 post(s), 2 voice(s)

 
Avatar ttdavett 3 post(s)

Hi, I have successfully gotten the environment setup and everything seems to be working great except for imagemagick. I am using the attachment_fu plugin and the pictures that I upload are not resizing. In the readme file it says:
=== 3.3 RM-Install and RMagick
Take a look at the environment-sample.rb file for more information.
but I cant find this file and I dont know where to start to try and correct this problem. Is there some kind of configuration that needs to be done. I am running OS X 10.4 with rminstall-1.1-0. Thanks!

 
Avatar Rachel G Administator 48 post(s)

Hi ttdavett,
Here is my environment-sample.rb file.
#Add the following lines to your envronemnt.rb file if you want to use RMagick
ENV[“MAGICK_CODER_MODULE_PATH”]=”/your/path/to/rminstall/common/lib/ImageMagick-6.3.4/modules-Q16/coders”
ENV[“GS_FONTPATH”] = ”/your/path/to/rminstall/common/share/ghostscript/fonts”
ENV[“MAGICK_CONFIGURE_PATH”]=”/your/path/to/rminstall/common/lib/ImageMagick-6.3.4/config”
ENV[“GS_LIB”] = ”/your/path/to/rminstall/common/share/ghostscript/fonts”
Let me know if you need anything else.
Thanks,
Rachel