ImageMagick work on Windows 7/8 x64?

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
cwgabel
Posts: 3
Joined: 2013-11-23T08:32:17-07:00
Authentication code: 6789

ImageMagick work on Windows 7/8 x64?

Post by cwgabel »

This post http://stackoverflow.com/questions/1759 ... by-2-0-x64 seems to indicate the problem is on your end?

Is this the case?
cwgabel
Posts: 3
Joined: 2013-11-23T08:32:17-07:00
Authentication code: 6789

Re: ImageMagick work on Windows 7/8 x64?

Post by cwgabel »

I tried 32-bit and got exactly this error shown here http://stackoverflow.com/questions/1986 ... all-failed (not my post).

FYI: When you run:

gem install rmagick

or

gem install rmagick -- '--with-opt-dir="e:\bogusdirectory"'

I get the same results as linked above.

Wouldn't you at the very minimum want to see an error message indicating that the directory does not exist? Maybe even exit at this point?
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: ImageMagick work on Windows 7/8 x64?

Post by dlemstra »

RMagick is not created by ImageMagick. The project page of RMagick (http://rmagick.rubyforge.org/) seems to be down but you should ask your question there.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
cwgabel
Posts: 3
Joined: 2013-11-23T08:32:17-07:00
Authentication code: 6789

Re: ImageMagick work on Windows 7/8 x64?

Post by cwgabel »

Nevermind.

I have decided that the best course of action is to stay away from windows for ruby development!
Post Reply