mini_magick
mini_magick copied to clipboard
mini replacement for RMagick
Bumps [rake](https://github.com/ruby/rake) from 0.9.2 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...
Hello, There is an "identify.exe" program in ImageMagick 6+, so you can use command identify.exe but in ImageMagick 7+ you should use magick.exe identify
Attempting to install this gem on Windows produces the following error: gem install mini_magick ERROR: While executing gem ... (Errno::EINVAL) Invalid argument - C:/Ruby193/lib/ruby/gems/1.9.1/gems/mini_magick-3.6.0/test/files/special! "chars'.gif
I use Mini_magick with gem carrierwave. Trying to change the color depth, but it is not work. Changes only quality. How change image color depth using mini_magick ``` def optimize...
I've started seeing sporadic reports of the following since upgrading to Ruby 2.0.0 in production: ``` Errno::EINTR: Interrupted system call - identify -quiet -ping -format \%r\\n /tmp/mini_magick20130708-24502-tnces9.jpeg ``` Rails 3.2.13,...