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

learn more… | top users | synonyms

68
votes
12answers
9k views

Why is this RMagick call generating a segmentation fault?

I've been banging my head against the wall for the better part of an hour trying to figure out what's going wrong here, and I'm sure (or rather hoping) it's something fairly obvious that I'm ...
64
votes
9answers
32k views

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 ...
40
votes
5answers
8k views

Error installing Rmagick on Mountain Lion

I have seen other people with the same issue of installing RMagick on Mountain Lion However none of the suggested solutions have allowed me to successfully install rmagick. Here is the error message ...
40
votes
7answers
19k views

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 I ran sudo gem install rmagick and got Building native ...
33
votes
5answers
10k views

rmagick and OS X Lion

Just upgraded (i.e. not a new install) to Lion from Leopard and my previously well-working rmagick now doesn't work anymore and gives me this error: Your Rack app raised an exception when Pow tried ...
22
votes
7answers
11k views

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 from source, but the instructions here still didn't help me when I try to install ...
20
votes
8answers
15k views

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.rb failed *** Could not create Makefile due to some reason, ...
19
votes
2answers
2k views

RMagick warning while running server

I am using gem 1.3.7, rails 2.3.5 and ruby 1.8.7 (2008-08-11 patchlevel 72). While starting server i get below warnings. Loading development environment (Rails 2.3.5) ...
18
votes
3answers
6k views

Mac Rmagick wont install with Xcode 4.2

I just got a new macbook pro and trying to setup my dev environment. I downloaded xcode 4.2 from the app store and installed it, after this i installed homebrew and RVM. ImageMagick, readline, ruby ...
16
votes
2answers
3k views

Resize existing images to new style in paperclip & RMagick

I've been using paperclip to upload and auto-resize photos in my Rails app, and I love it. Only problem is about every other month my crazy manager decides he wants a new size to display the photos ...
14
votes
5answers
5k views

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 Lion, but literally it's a tragedy. I saw many similar threads on Google, but nothing has helped ...
14
votes
1answer
1k views

rmagick leads to server shutdown

everyone! I was following Railscasts episode #253, using CarrierWave to do image upload. Everything was fine to display the original image, even though the image looked quite big in the browser. I ...
11
votes
7answers
13k views

Problem installing RMagick rubygem on Centos 5

I'm having problems installing the RMagick rubygem on Centos 5. I've followed the steps detailed in http://rmagick.rubyforge.org/install2-linux.html but when I try: sudo gem install rmagick the ...
10
votes
4answers
7k views

Installing RMagick on Mac OS X with MacPorts

With the MacPorts version of ImageMagick 6.4.4 installed, I'm getting an error installing the RMagick gem. /opt/local/bin/ruby extconf.rb update rmagick checking for Ruby version >= 1.8.2... yes ...
9
votes
4answers
2k views

Is it possible to get the average image color with RMagick?

I need to know the average color from an image when I upload it to my Ruby on Rails application. Is it possible to get the average color value in HEX or in RGB to use this color later in the view ...
9
votes
5answers
7k views

RMagick + Rails + Heroku?

I'm trying to figure out how to get rmagick on my app, and then make it work on Heroku?
9
votes
3answers
2k views

How to deal with memory leaks in RMagick in Ruby?

Im developing web-application with Merb and im looking for some safe and stable image processing library. I used to work with Imagick in php, then moved to ruby and start using RMagick. But there is a ...
8
votes
2answers
5k views

Error installing Rmagick on Mac OS X

I followed the installation of RMagick for OSX: http://rmagick.rubyforge.org/install-faq.html#osx I have done the Imagemagick installation from John Maddux (solution to install ImageMagick on OSX ...
8
votes
1answer
3k views

How to serve generated images with sinatra in ruby

I wrote a simple Sinatra app that generate an image using rmagick from some user inputs. The image is saved in the ./public directory with a unique file name. The unique file name is used in the HTML ...
7
votes
8answers
7k views

Issue with installing ImageMagick and rmagick on Mountain Lion

I am facing issues with installing rmagick in mountain lion. I have installed Xcode 4.4 and developer tools. Still facing this issue. Installing rmagick (2.13.1) with native extensions ...
7
votes
4answers
8k views

Can't install RMagick 2.13.1. Can't find Magick-config

$ gem install rmagick Building native extensions. This could take a while... ERROR: Error installing rmagick: ERROR: Failed to build gem native extension. ...
7
votes
2answers
3k views

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 proportionally. For example, if a user were to upload a 300x900px, I would like it to be scaled to ...
6
votes
2answers
3k views

rails convert html to image

I'm looking for a way to convert html tags to a image on the fly... That means, that I want to be able to make a image_tag with a path to a method which returns the image created form html. I was ...
6
votes
3answers
8k views

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 win7x64 / ruby 1.9.2, I've run into another error. Yeah, I've heard that ...
6
votes
2answers
895 views

RMagick remove white background from image and make it transparent

I need to remove the white background from this image and make the background transparent. So it's just a black tick on the transparent background exported as a png. e.g. Turn Into Any ideas?
6
votes
2answers
2k views

Unable to install rmagick, ruby 1.9, rails 3, windows

I've been googling for a while but couldn't find anything that works. Basically, when I put gem 'rmagick' in my gemfile and run bundle install, I get the following error message: Installing ...
5
votes
3answers
4k views

Can't find Magick-config [duplicate]

Possible Duplicate: ImageMagick / RMagick - Can't install RMagick 2.13.1. Can't find Magick-config I am getting the following error when I try to run my dev console (MAC OS X / Snow ...
5
votes
6answers
5k views

RMagick complains it was configured with a different version of ImageMagick

I am getting following error while running local script/server of my Rails project: This installation of RMagick was configured with ImageMagick 6.6.1 but ImageMagick 6.4.5 is in use. ...
5
votes
5answers
3k views

Properly converting a CMYK image to RGB with RMagick

I have been using the below to do a color conversion if @image.colorspace == Magick::CMYKColorspace # @image.colorspace #=> CMYKColorspace=12 @image.colorspace = ...
5
votes
3answers
4k views

Upgrade to Lion, failed to build gem native extensions

Not sure if my problem is related to this thread (http://stackoverflow.com/questions/6589066/rmagick-and-os-x-lion), but I just upgraded to Lion; more specifically I purchased an new machine and ...
5
votes
1answer
1k views

Combine Thumbnails to One Large Image with RMagick

What's the shortest way to combine say 20 256x256 thumbnails into a single large image of 4 rows by 5 columns using RMagick?
5
votes
4answers
5k views

How do I make beautiful screenshots of web pages using ruby and a unix server?

I'm trying to programatically create beautiful thumbnail images of a large number of web pages that are hosted on my own ruby/rails-based website. I want to be able to code a stand-alone bit of ruby ...
5
votes
1answer
2k views

Installing rmagick 2.13.1 with graphicsmagick on Ubuntu 10.04

I previously had an rmagick gem installation that works with ImageMagick. ImageMagick was installed from source with OpenMP disabled. This installation works without a hitch. However I attempted to ...
5
votes
5answers
4k views

rmagick under windows

I just wanted to install rmagick under windows. So I installed ImageMagick with C/C++ header, but that seems no more to be necessary. Then I installed the Ruby Build Tools ruby dk.rb init ruby ...
5
votes
4answers
5k views

Can't install Rmagick and Imagemagick on Windows 7

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 ...
5
votes
1answer
388 views

How do I get RMagick to wrap images around a cylinder?

I'm trying to wrap an image around a cylinder in RMagick (ImageMagick) and am having a tough time. There are several types of distortions (Barrel, Arc, Affine, etc.) that seem to be a good start but ...
4
votes
5answers
4k views

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.3p125. The problem seems to be with MagickWand.h ...
4
votes
3answers
4k views

Carrierwave crop specific version

I am working on the ability to crop images using carrierwave and Jcrop. Its a combination of Railscasts episode 182 and 253. I have cropping working but it crops the original. Is there anyway to ...
4
votes
2answers
2k views

RMagick can not read remote image

My env is Linux centos, and use ruby 1.8.7, and the code is here below: require 'rubygems' require 'RMagick' ...
4
votes
4answers
4k views

Ruby on Rails RMagick on Windows 7

Alright, I've been trying to install Rmagick on a Windows 7 x64 machine pretty much all day. I've checked out every single tutorial on Stack Overflow and other sites, but I keep getting an "Invalid ...
4
votes
3answers
2k views

PIL vs RMagick/ruby-gd

For my next project I plan to create images with text and graphics. I'm comfortable with ruby, but interested in learning python. I figured this may be a good time because PIL looks like a great ...
4
votes
2answers
384 views

Cut circle out of image with RMagick

I want to cut a circle out of an image using rmagick. Here's an example of what I'd like to be able to accomplish: --> It seems like I want to use ...
4
votes
1answer
3k views

error installing rmagick gem on RHEL - ERROR: Failed to build gem native extension

i m trying to install snorby on RHEL. it asked for ruby, i tried that now i am stuck with rmagick error. please help. Installing rmagick (2.13.1) with native extensions ...
4
votes
1answer
911 views

Does paperclip need RMagick gem?

I am using paperclip gem for uploading/downloading and sizing photos in my Rails web application. I have ImageMagick installed. Do I also need the RMagick gem for my Rails app to work with ...
4
votes
1answer
1k views

Rails 3.1 assets not recognizing new images uploaded by rmagick until server restart

I have my Rails 3.1.0 application running with passenger in production environment and I have a section where the application allows the user to change his profile picture so I upload the image using ...
4
votes
1answer
712 views

creating a ruby File object from Magick::Image

I'm trying to post watermarked images to a url using rmagick and rest-client. When I generate the composite image, I save it (.write), read it back in with File.new, and then post that File object. ...
4
votes
2answers
248 views

Rails 3.2 + OSX: Cannot install rmagick gem

I am trying to install an RoR app from Github and while running bundle install, I get this error: Installing rmagick (2.13.1) with native extensions Gem::Installer::ExtensionBuildError: ERROR: ...
4
votes
1answer
719 views

RMagick - ImageMagick gives error “no decode delegate for this image format”

The problem occurs when i try to manipulate an image uploaded from sinatra. File.open(params[:file][:tempfile]) do |p| thumb = Magick::Image.read(p) thumb.crop_resized!(75, 75, ...
4
votes
1answer
571 views

How to save 8-bit PNGs with ChunkyPNG or RMagick

I've been trying to save 8-bit PNGs (PNG8) using RMagick (http://rmagick.rubyforge.org/) and ChunkyPNG (https://github.com/wvanbergen/chunky_png) but have been unable to do so. However the only time ...
4
votes
1answer
612 views

Can't launch using from RubyMine

I am having problem with RubyMine 4.0.1 on Windows 7. Every time i run ruby script from RubyMine which contains the only line require 'rmagick' I recieve LoadError: 126: The specified module could ...

1 2 3 4 5 9