Page 1 of 2

ImageMagick 7 Windows builds?

Posted: 2012-09-25T12:31:49-07:00
by BryantMoore
Does anyone know where I can find builds of ImageMagick 7 for Windows? I've never built a program before and I would like to play with HDRI mode.

Re: ImageMagick 7 Windows builds?

Posted: 2012-09-25T12:47:12-07:00
by fmw42
As far a I know there are no Windows archives of binaries and no precompiled HDRI versions of IM for any platform

Re: ImageMagick 7 Windows builds?

Posted: 2012-09-25T13:49:49-07:00
by BryantMoore
fmw42 wrote:As far a I know there are no Windows archives of binaries and no precompiled HDRI versions of IM for any platform
Will Visual Studio Express 2012 work for compiling ImageMagick on Windows?

Re: ImageMagick 7 Windows builds?

Posted: 2012-09-25T14:28:47-07:00
by fmw42

Re: ImageMagick 7 Windows builds?

Posted: 2012-09-25T18:27:59-07:00
by BryantMoore
I'm just going to build for Cygwin, I've installed autoconf, make and gcc... we'll see what happens. :)

http://ompldr.org/vZm4yYw

What exactly is happening here? :shock:

Re: ImageMagick 7 Windows builds?

Posted: 2012-09-27T03:40:09-07:00
by henrywho
BryantMoore wrote:I'm just going to build for Cygwin, I've installed autoconf, make and gcc... we'll see what happens. :)

http://ompldr.org/vZm4yYw

What exactly is happening here? :shock:
I am trying Mingw x64 too .... no luck .... :?

Re: ImageMagick 7 Windows builds?

Posted: 2012-09-29T18:35:19-07:00
by NicolasRobidoux
fmw42 wrote:As far a I know there are no Windows archives of binaries and no precompiled HDRI versions of IM for any platform
AFAIK, IM7 is now HDRI by default, so if there are recent IM7 builds that do not mess with the default configuration, I would guess that they are HDRI.

Re: ImageMagick 7 Windows builds?

Posted: 2012-09-29T18:45:56-07:00
by NicolasRobidoux
I know that's kind of annoying, but the easiest route would appear to me to install linux in a virtual machine within Windows, and run IM7 (or IM6 compiled in HDRI) inside it.
Some linux distros have "easy install inside Windows" pathways. (Ubuntu? Linux Mint? Others? I don't follow this stuff very carefully.)
Although apparently Windows 8 puts up serious road blocks.

Re: ImageMagick 7 Windows builds?

Posted: 2012-09-29T18:48:23-07:00
by NicolasRobidoux
Also, why don't you install IM6 in HDRI mode first? Almost everything is backported.

Re: ImageMagick 7 Windows builds?

Posted: 2012-09-29T18:50:51-07:00
by NicolasRobidoux
With IM7, try plain vanilla ./configure first.

Re: ImageMagick 7 Windows builds?

Posted: 2012-09-30T19:16:38-07:00
by NicolasRobidoux

Re: ImageMagick 7 Windows builds?

Posted: 2012-10-01T08:23:47-07:00
by henrywho
Just managed a V6 Win32 compile with turbo-jpeg, png, tiff, xml, fftw, HDRI and multi-thread using TDM-GCC 32-bit. I dunno that it could be so difficult..... :shock:

Re: ImageMagick 7 Windows builds?

Posted: 2012-10-01T08:41:05-07:00
by NicolasRobidoux
@Henry: \o/
If you could document the process, I'm sure many people would be very thankful.

Re: ImageMagick 7 Windows builds?

Posted: 2012-10-01T09:27:50-07:00
by henrywho
It's far from complete. jbig, fonts, ghostscript .... all missing.

Re: ImageMagick 7 Windows builds?

Posted: 2012-10-01T09:44:33-07:00
by NicolasRobidoux
henrywho wrote:It's far from complete. jbig, fonts, ghostscript .... all missing.
It's a start. If you post your effort, hopefully you'll get help.