rmagick

how do you get rmagick to work on windows 7 64-bit with rails 3.1 and carrierwave?

杀马特。学长 韩版系。学妹 提交于 2019-12-10 20:38:29
问题 I'm having trouble getting rmagick to work on windows. Does anyone know how to get this working correctly? And even better, hopefully in a way that is compatible with a production environment, although I'll take whatever I can get. C:\> gem install rmagick --platform=ruby -- --with-opt-lib=%IMAGE_MAGICK_HOME%/lib --with-opt-include=%IMAGE_MAGICK_HOME%/include Temporarily enhancing PATH to include DevKit... Building native extensions. This could take a while... ERROR: Error installing rmagick:

Gem Rmagick install error: extconf.rb:171:in ``': No such file or directory - convert -version (Errno::ENOE NT)

六月ゝ 毕业季﹏ 提交于 2019-12-10 20:05:54
问题 I get this error when installing rmagick, I have followed all kind of guides and get the same error every time. This time I have followed this guide: http://www.youtube.com/watch?v=gEWAVlNCKhg&feature=youtu.be : C:/Ruby192/bin/ruby.exe extconf.rb --with-opt-include=C:/ImageMagick/Sou rceCode --with-opt-lib=C:/ImageMagick checking for Ruby version >= 1.8.5... yes *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check

rmagick not building on windows 7 undefined reference errors

∥☆過路亽.° 提交于 2019-12-10 19:17:39
问题 Hey I know there are a lot of rmagick threads up but I havn't been able to find anything on the current errors I am getting. Everyone gets to the point I am at and it just seems to work for them. So I have ImageMagick 6.7.1-Q16 installed, I included it in my path without spaces and I installed the c/c++ headers. I have the Dev-Kit properly installed and working I am trying to now install the rmagick gem using this line: gem install rmagick --platform=ruby -- --with-opt-lib=c:/ImageMagick-6.7

Installing rmagick 2.13.1 with graphicsmagick on Ubuntu 10.04

≡放荡痞女 提交于 2019-12-10 12:32:50
问题 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 uninstall rmagick and ImageMagick so that I could have a version that works with GraphicsMagick. So I installed GraphicsMagick from source and disabled OpenMP feature once again. However, When I install rmagick I get the following: Building native extensions. This could take a while... ERROR: Error

rmagick installation [closed]

心不动则不痛 提交于 2019-12-10 10:56:49
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 years ago . I am facing some issues while installing Rmagick. There are 2 ways to install this: 1] using Ruby-Gem 2] bld the source I am facing issues in both, but I will like to be able to get the gem and install. I have updated the PKG_CONFIG_PATH as many have suggested but I still face issues: PKG_CONFIG_PATH=/home/<user

Homebrew install package with a particular version

孤街浪徒 提交于 2019-12-10 05:45:08
问题 Unfortunately on my MAC I am unable to get the gem "rmagick" to install. I've tried pretty much a all the options. I had gotten it to install when I used "imagemagick 6.3.9.7". Therefore, I want to know is there a way to install a particular version of the software using brew ? Something like brew install imagemagick -v 6.3.9.7 回答1: Search for available versions with: brew search imagemagick To install a specific version use this forumla: brew install package@<version> , in your case it's:

Installing RMagick on Windows

Deadly 提交于 2019-12-09 17:54:15
问题 I've done research on this and I've been at it on my one computer for hours and hours. I've installed RMagick on my Desktop computer about 3 weeks ago, and it was fairly complicated. I don't remember the exact steps I took, and I'm really frustrated. I've installed ImageMagick onto my machine in the directory C:\ImageMagick I've installed the Development kit too for Ruby. I've also put the rmagick-rmagick-v2-2-g564f157 into the proper gems folder in my C: It's in C:\Ruby22-x64\lib\ruby\gems\2

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

守給你的承諾、 提交于 2019-12-09 06:54:48
问题 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 an ajax uploader and in my controller I upload the file and generate different sizes for the image with rmagick then I render the new image with an image_tag but the application won't show the image till I restart the server. What I get is No route matches [GET] "assets/path/to/image.png" If I

Ruby 1.9 compatible plotting / graphic library?

坚强是说给别人听的谎言 提交于 2019-12-08 23:16:35
I feel like I have a simple desire that no one can satisfy: I want to be able to graph a set of points, and I am using Ruby 1.9.2. I would like to use Gruff or Scruffy, since these seem to be the easiest to use. However, they both rely on rmagick, and it seems that many other libraries do to. Rmagick isn't compatible with Ruby 1.9 though. (not to mention, I've read that you should just stay away from it anyways...I would enjoy hearing reasons) I am using wxRuby for a project, but in the future I will be needing simple graphs in other places, such as online and just command line scripts.

RMagick install error

∥☆過路亽.° 提交于 2019-12-08 13:39:30
问题 all! I have a problem when installing rmagick gem on CentOS 5.5 server. When I issued command: gem install rmagick I got: checking for Ruby version >= 1.8.5... yes checking for gcc... yes checking for Magick-config... no Can't install RMagick 2.13.1. Can't find Magick-config in /usr/bin:/bin *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options. I