I installed RMagick on my MacOSX system and when I try it with IRB everything works fine: ~ $ irb -rubygems -r RMagick
when I run gem install rmagick-2.13.1.gem from the directory in which rmagick-2.13.1.gem is I get an Error saying that it failed to build gem native extension, below which it says
I used a script to install ImageMagick http://github.com/masterkain/ImageMagick-sl After a while, I got ImageMagick installed.
I\'ve been plowing through tutorials all day trying to install RMagick, and have gotten pretty far now I reckon, but have stumbled apon an error that I really don\'t know how to solve, nor get any use
I have set up Paperclip and ImageMagick successfully on my system, and files are uploading correctly, being resized, and and being saved into the right folders.
My Rmagic isn\'t work ruby -v ruby 1.8.7 (2010-01-10 patchlevel 249) [i386-mingw32] rails -v Rails 3.0.0.beta4
This question alrea开发者_开发百科dy has answers here: Closed 10 years ago. Possible Duplicate: ImageMagick / RMagick - Can't install RMagick 2.13.1. Can't find Magick-config
I\'m trying to get RMagick setup on Ubuntu 10.04. Looked here but had no joy. I even compiled and installed ImageMagick from source, but the instructions here still didn\'t help me when I try to insta
I feel like I have a simple desire that no one can satisfy: I want to be able to graph a set of points, and I am using Ruby 开发者_如何转开发1.9.2.
I need to resize an image in rmagick from its current size to a fixed width to a width of 300 without losing image quality. Currently I am doing following for a jpg image