Top "Minimagick" questions

MiniMagick is a Ruby wrapper for ImageMagick command line.

ERROR Original Error: ImageMagick/GraphicsMagick is not installed

I have an app that is using Imagemagick, but I had to rebuild my environment and now when I try …

ruby-on-rails mongoid minimagick
Rails Error: ImageMagick/GraphicsMagick is not installed

I get this error when i ran my rails app on my OSX and i tried to upload an image. …

ruby-on-rails macos carrierwave minimagick
Carrierwave Error Msg: Failed to manipulate with MiniMagick, maybe it is not an image?

I am upgrading my app to Rails 3.2 on Ruby 1.9. I had to drop attachment_fu. Carrierwave seemed the obvious replacement. …

ruby-on-rails-3.2 carrierwave ruby-1.9 minimagick
cache resources exhausted Imagemagick

I'm using Imagemagick on a rails app with Minimagick and i generate some pictogram with it. When i launch my …

ruby-on-rails linux memory imagemagick minimagick
Resizing an image with mini_magick

My service has both a web version and an iPhone version. On the iPhone, we ensure that users submit a …

ruby-on-rails ruby imagemagick minimagick
How to crop image on upload with Rails, Carrierwave and Minimagick?

I have read: Undefined Method crop! Using Carrierwave with MiniMagick on rails 3.1.3 Carrierwave Cropping http://pastebin.com/ue4mVbC8 And …

ruby-on-rails ruby-on-rails-3 minimagick
Carrierwave, MiniMagick - NoMethodError: undefined method `size' for nil:NilClass

On staging, I'm facing the following error on uploading and resizing an image through carrierwave and minimagick. On local everything …

ruby-on-rails ruby ruby-on-rails-3 carrierwave minimagick
mini_magick gem doesn't work with my ImageMagick install

I have the ImageMagick installed via MacPorts and the mini_magick gem and I get an error for the following …

ruby macos minimagick
Undefined Method crop! Using Carrierwave with MiniMagick on rails 3.1.3

I was having a heck of a time getting this to work, and still am. I'll get to the heart …

ruby-on-rails carrierwave minimagick
Unable to crop image using mini_magick

I am using mini_magick as the interface of utilizing ImageMagick to manipulate some image. The resize works fine. But …

minimagick