Top "Rmagick" questions

RMagick is an interface between the Ruby programming language and the ImageMagick® and GraphicsMagick image processing libraries.

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…

ruby-on-rails-3 rubygems imagemagick rvm rmagick
Can't install RMagick 2.13.1. Can't find MagickWand.h.

When I try do install rmagick I get the following error message: Can't install RMagick 2.13.1. Can't find MagickWand.h. *** extconf.…

ruby installation rmagick
Installing rmagick on Ubuntu

I'm trying to get RMagick setup on Ubuntu 10.04. Looked here but had no joy. I even compiled and installed ImageMagick …

ruby linux ubuntu imagemagick rmagick
RMagick installation: Can't find MagickWand.h

Updating RMagick and Imagemagick is a painful expierence. I have updated the Imagemagick version on my mac (MacOS El Capitan …

ruby macos imagemagick macos-sierra rmagick
ImageMagick / RMagick - Can't install RMagick 2.13.1. Can't find Magick-config

I used a script to install ImageMagick http://github.com/masterkain/ImageMagick-sl After a while, I got ImageMagick installed. Then …

ruby-on-rails imagemagick rmagick
Rails and OS X: How to install rmagick?

I am already completely desperate - I spent whole day with trying to install rmagick gem to Mac OS X …

ruby-on-rails ruby osx-lion homebrew rmagick
All of a sudden started getting "Could Not Run The `Identify` Command. Please Install ImageMagick."

I've had ImageMagick, RMagick, & PaperClip working properly with everything setup including the config Paperclip.options[:command_path] in production.…

ruby-on-rails ruby-on-rails-3 imagemagick rmagick
Bundle can't install RMagick gem on Mac OSX 10.7

I've installed ImageMagick with ImageMagick installer script https://github.com/maddox/magick-installer. I am on OSX Lion 10.7, using RVM, Ruby 1.9.3…

ruby-on-rails ruby rvm rmagick
ImageMagick - "CORE_RL_magick_.dll not found" or how to install RMagick on windows with ruby 1.9.2

I'm working on a Rail3 app. After struggling for several hours and finally installing the rmagick 2.13.1 gem without errors on …

ruby-on-rails ruby windows imagemagick rmagick
Carrierwave - Resizing images to fixed width

I'm using RMagick and want my images to be resized to a fixed width of 100px, and scale the height …

ruby-on-rails ruby rmagick carrierwave