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

learn more… | top users | synonyms

4
votes
2answers
263 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: ...
1
vote
0answers
77 views

RMagick > ImageMagick // identify not working in rails app

Something I don't really get… When I do a $ convert file.jpg file2.jpg everything works fine. It used to work perfectly too with paperclip from within a rails app. But for a newly deployed rails ...
43
votes
5answers
9k 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 ...
1
vote
0answers
158 views

Getting RMagick to convert images to PDF with correct formatting

I'm converting some PNG images to a multipage PDF format, and having trouble getting the size right in the PDF output. My input is PNGs of 825 x 1125 pixels, which should be 300 dpi when sized to ...
0
votes
0answers
29 views

ImageMagick incompatibility with RMagick after upgrading to latest Ubuntu version [duplicate]

Possible Duplicate: How could i configure Rmagick gem or ImageMagick to solve following problem I have upgraded to the latest ubuntu version from an old one which upgraded my gems versions ...
0
votes
1answer
216 views

RMagick gem fails to install on Debian Stable

edit:[FIXED] The problem was that I had it installed already, but didn't know, and tried to install from source. This created two versions and the gem didn't know which to use. I fixed it by going to ...
0
votes
1answer
166 views

My previues Rails Project does not work now, because of some error in RMagic gem

I programmed a website in Rails on Ubuntu 12.10. after some while, when I came back to check it, when look at localhost:3000, everything is ok until we click on anything, i see a page that say ...
2
votes
1answer
103 views

RoR 3.2.9: Minor Issue Changing Size of Images Using Carrierwave, wrong # of arguments

I have searched for quite a bit on this issue and cannot seem to get it to work (stackoverflow, the Carrierwave Railscasts). First off, I have zero issues uploading the image. That is working fine. ...
0
votes
1answer
214 views

no encode delegate for this image format @ error/constitute.c/WriteImage/1153

I'm using Paperclip, ImagMagick, Rmagick, Amazon-s3 I'm getting this error when getting an image from url and after custom resizing image replacing the changed image to amazon. ...
3
votes
1answer
2k views

Use RbConfig instead of obsolete and deprecated Config

When I run my Rails app in WEBrick on Ubuntu, after upgrading to ruby-1.9.3-p327, I receive the following error: [rake --tasks] ...
1
vote
0answers
26 views

rmagick does not cause data loss when saving as jpeg

I want to write a script with rmagick, that re-saves an image x-times to demonstrate the data loss caused by jpeg. Unfortunately there is only data loss while saving the first time. All the other ...
0
votes
1answer
411 views

Installing gem-bundle for Redmine 2.1.4 with Ruby 1.9.3 (including rmagick 2.13.1) on Windows

I'm having problems installing json or rmagick gems on Windows, which I need because I am trying to install Redmine 2.1.4. As none of the procedures worked out-of-the-box for me and have struggled ...
0
votes
1answer
330 views

rmagick gem warnings

Since I install rmagick gem, I am getting this list of warnings after each rails or rake command : /Users/joel/.rvm/gems/ruby-1.9.2-p290/gems/rmagick-2.13.1/lib/RMagick.rb:44: warning: already ...
0
votes
0answers
124 views

RMagick & GIF files / Convert to black and white

With the following code img = Magick::ImageList.new(self.image.path)[0] img = img.quantize(256, Magick::GRAYColorspace) I can't turn GIF images to black and white (grayscale), code that ...
0
votes
1answer
460 views

Installing rmagick gem fails on Mac OS X Lion

On MAC OS X LION while install rmagic gem, I am getting desperately this error: Installing rmagick (2.13.1) with native extensions Gem::Installer::ExtensionBuildError: ERROR: Failed to build ...
0
votes
2answers
403 views

Unable to save file to Amazon S3 when using carrierwave

SEE UPDATE BELOW! I am having problems after I upload an image file to Amazon S3 and then try to save the file. I use direct_fog_url(with_path: true) to get the the url of the image uploaded. I ...
0
votes
1answer
58 views

Multilingual text with rmagick

I'm using rmagick to annotate images programatically with text. The text will need to support a range of languages including Chinese, Korean, English among others. The font requirements I'm dealing ...
0
votes
1answer
166 views

RMagick - Correct way to create a thumbnail without leaking memory

I'm using RMagick to do some fairly simple image manipulations in a Rails 3 app (running on Passenger). I'm having a terrible experience trying to control associated memory leaks, despite using the ...
0
votes
1answer
78 views

Create a title with two colors in RMagick

I need to create a caption for a picture using two colors, all the words are in black except one in other color... I've been reading the docs of RMagick I can't find a way of doing this... What I'm ...
3
votes
1answer
473 views

Rails 3 - RMagick doesn't find libfreetype.6.dylib using Paperclip

I'm trying to use Paperclip to upload some image. It's work fine but if I want add some style with : :styles => { :small => "100x100" } It does not work anymore, I have this error message : ...
1
vote
1answer
368 views

Carrierwave pdf to jpg thumbnail, works in either Safari +iOS or IE, Firefox, Chrome but not both

I am pulling my hair out and have been searching for a solution for days. I am trying to take an uploaded pdf document and create a thumbnail that is viewable on all browsers. I can get it to work ...
0
votes
1answer
304 views

imagemagick leaves artifacts in gif to jpg list conversion

ImageMagick splits the gif into jpgs but some of them have white pixels and others do not. convert -strip tree.gif tree.jpg Splits the gif into 86 jpgs. Here are #68 and #69. #68 and #69 and ...
4
votes
1answer
110 views

how to force build vendored gems in rails 3.01 - rmagick issue when vendored

I have vendored rmagick and its not behaving. Works fine when not vendored, but when vendoring using: gem unpack rmagick --target vendor/gems Fetching: rmagick-2.13.1.gem (100%) Unpacked gem: ...
0
votes
1answer
50 views

Could lack of ram cause image processing to fail?

I have a 512MB Rackspace box on which I'm running 3 websites written using Ruby on Rails (4500-5000 visits per month). I'm using Carrierwave and RMagick to resize images I upload to the sites but ...
1
vote
1answer
1k views

Can't install RMagick on OS X Mountain Lion

I've been struggling with this for a while. I'm running Mac OS 10.7 (Mountain Lion), and I'm trying to install the RMagick gem so I can use it in my Rails 3 app. I already installed imagemagick with ...
0
votes
0answers
52 views

How to crop a single image into multiple pieces using rmagick?

I have a single image which has to be cropped into multiple images using the values provided in an array. How can this be achieved?
0
votes
2answers
165 views

Ruby RMagick format conversion always leave border

I have the following code to convert PNG to JPG using Ruby RMagick and the converted image always have a border around it. Anyway to avoid it? Mac OS X 10.8.2 ruby 1.9.3p286 (2012-10-12 revision ...
0
votes
0answers
37 views

Determining the color of overlay text on an image using Imagemagick/Rmagick

I want to overlay some text on an image. The color of the text can be white on black depending on the color of the image. The goal is to maximize legibility. How can I accomplish this in ...
2
votes
1answer
374 views

Rmagick Fails To Manipulate PNG

Following the Railscast episode on CarrierWave: I installed ImageMagick on Mountain Lion via homebrew, exported the following path: export ...
0
votes
1answer
482 views

Rmagick installed but I can't enable it in redmine

I have installed Redmine2.0 under Debian sucessfully. I did type gem install RMagick and it work fine, then I restarted my webserver. I still don't have Rmagick detected in Redmine, and I have no ...
0
votes
1answer
104 views

Displaying a thumbnail with RMagick in Rails

I just installed RMagick and am trying to display a thumbnail of any image I throw at it on my webpage. But the code from the tutorial opens up a new window in order to show my image. Here's what I ...
0
votes
1answer
170 views

RMagick quality does not work for to_blob

I am trying to resize an image and reduce the quality of an image pulled from a database and be able to save it back into the database at the reduced size. So far, I am trying the following RMagick ...
0
votes
0answers
73 views

Getting the dimensions of a resized image in carrierwave

I can't find a question that tackles this specific issue, so here goes... I need to get the dimensions of a processed image in carrierwave. I'm using rmagick and resize_to_fill or resize_to_limit. ...
0
votes
2answers
512 views

error when installing rmagic gem on Ubuntu 12.04 for Ruby on Rails

I am trying to get my Ruby on Rails application working and installing RMagic gem. But I get an error that says "Can't install RMagick 2.13.1. Can't find the ImageMagick library or one of the ...
0
votes
1answer
79 views

How to use HSLA colors with RMagick?

How to set an arbitrary HSLA color instead of gray20? draw = Magick::Draw.new draw.font_family = 'arial' draw.pointsize = 12 draw.gravity = Magick::CenterGravity draw.annotate(@canvas, size,size, ...
2
votes
0answers
183 views

Loss of PNG image quality following CarrierWave::RMagick resize_to_fit

I'm using CarrierWave::RMagick to create thumbnail versions of images for a Rails app, and I've noticed loss of quality when the images are downsized. This is understandable to a certain extent, as we ...
1
vote
0answers
275 views

Unable to get ImageMagick version *** extconf.rb failed ***

i've googled this error a couple of times and got instructions to install rMagick win-32 from their website. However the win32 versions looks depecrated and is made for Ruby 1.8.6 as for i have 1.9.3. ...
3
votes
2answers
528 views

rails 3.2.8 ruby 1.9.3 on DreamHost shared hosting fcgi RMagic issue

Using the following guide http://spontaneousderivation.com/2012/09/30/rails-3-2-on-a-shared-dreamhost-server/ I managed to get my Rails 3.2.8 application with Ruby 1.9.3 up and running on ...
3
votes
1answer
230 views

How do I append dynamic text to image using rmagick?

I'm building a rails app where a user can type in six words about themselves and upload an image. I want to append those six words to the image. I know how to get text append to work using "static" ...
3
votes
1answer
531 views

rmagick pixel color value

I am using rmagick to deal with getting a each single pixel of a bitmap. I need to get the values of colors in depth of 8 (256 colors), but unfortunately when i use pixel.[color] (pixel. red for ...
0
votes
2answers
218 views

Adding text to posters with RMagick and Carrierwave. uninitialized constant PhotoUploader::Draw

I am trying to do image manipulation as process to add some text to my app. The effect I'm looking for is : adding text to image, after saving. The problem I'm dealing here is I get error: ...
0
votes
2answers
92 views

Rails: moving development environment from windows(mingw32) to OS X mountain lion

I have a rails 3.2.3 application which I was developing on my windows machine using git_bash as cli and mingw32 as environment (installed this env using railsinstaller)and postgres as db. But there ...
1
vote
1answer
190 views

RMagick - How to crop grid image into an array of images?

The following imageMagick command will crop a sprite image into several images divided equally: convert image.png -crop 2x3-40-20@ +repage +adjoin tile-%d.jpg Hot do I do this with Rmagick? But ...
2
votes
4answers
4k views

Installing RMagick gem — Can't find MagickWand.h

I am installing the rmagick gem on OSX 10.6.8, using gem install rmagick, and I am getting the following error Can't install RMagick 2.13.1. Can't find MagickWand.h. *** extconf.rb failed *** ...
2
votes
1answer
319 views

RMagick transparency not working when compositing one image over another

In the following code I'm trying to overlay a transparent square over the image of some mountains. I thought it would work, but by setting background_color = 'none' it doesn't make the image ...
0
votes
1answer
117 views

Segmentation fault in Gruff prevents me from generating a simple chart

I am experimenting with simple projects and RonR, specifically trying to generate some graphs using the gruff gem with rmagick and image magic. Everything is installed successfully, but when I run ...
2
votes
2answers
997 views

Change the color of an image with imagemagick

I want to change the foreground colors of an image using rmagick/imagemagick. To be more specific: I want to convert the black or the white glyphicons-halflings icons(which are included in twitter ...
0
votes
1answer
578 views

Rails paperclip img upload error: “no file chosen” with rmagick installed

I can't get to upload images using paperclip. Whenever I choose the file and submit the page reloads and says "no file chosen". My code trip.rb class Trip < ActiveRecord::Base has_many ...
0
votes
3answers
1k views

ImageMagick version cannot be found - rmagick install fails

Super confused and a first time Ruby user... I already have rmagick installed as denoted here: actionmailer (3.2.6) actionpack (3.2.6) activemodel (3.2.6) activerecord (3.2.6) activeresource (3.2.6) ...
0
votes
1answer
95 views

bundler fails for rmagic 2.13.1 on Netbeans 6.9.1

I am a beginner to RoR & trying to setup Netbeans IDE. Could someone please help me with the bundler error for rmagick in Netbeans ? I have the following environment for ROR development: ...

1 2 3 4 5 10