ImageMagick 7 Windows builds?
-
- Posts: 56
- Joined: 2011-04-23T22:21:52-07:00
- Authentication code: 8675308
ImageMagick 7 Windows builds?
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.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: ImageMagick 7 Windows builds?
As far a I know there are no Windows archives of binaries and no precompiled HDRI versions of IM for any platform
-
- Posts: 56
- Joined: 2011-04-23T22:21:52-07:00
- Authentication code: 8675308
Re: ImageMagick 7 Windows builds?
Will Visual Studio Express 2012 work for compiling ImageMagick on Windows?fmw42 wrote:As far a I know there are no Windows archives of binaries and no precompiled HDRI versions of IM for any platform
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: ImageMagick 7 Windows builds?
I am not a Windows user, so cannot answer that. All I can do is point you to:
http://www.imagemagick.org/download/www ... ml#windows
http://www.imagemagick.org/script/advan ... lation.php
http://www.imagemagick.org/Usage/windows/
http://www.imagemagick.org/download/www ... ml#windows
http://www.imagemagick.org/script/advan ... lation.php
http://www.imagemagick.org/Usage/windows/
-
- Posts: 56
- Joined: 2011-04-23T22:21:52-07:00
- Authentication code: 8675308
Re: ImageMagick 7 Windows builds?
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?
http://ompldr.org/vZm4yYw
What exactly is happening here?
Re: ImageMagick 7 Windows builds?
I am trying Mingw x64 too .... no luck ....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?
-
- Posts: 1944
- Joined: 2010-08-28T11:16:00-07:00
- Authentication code: 8675308
- Location: Montreal, Canada
Re: ImageMagick 7 Windows builds?
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.fmw42 wrote:As far a I know there are no Windows archives of binaries and no precompiled HDRI versions of IM for any platform
-
- Posts: 1944
- Joined: 2010-08-28T11:16:00-07:00
- Authentication code: 8675308
- Location: Montreal, Canada
Re: ImageMagick 7 Windows builds?
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.
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.
-
- Posts: 1944
- Joined: 2010-08-28T11:16:00-07:00
- Authentication code: 8675308
- Location: Montreal, Canada
Re: ImageMagick 7 Windows builds?
Also, why don't you install IM6 in HDRI mode first? Almost everything is backported.
-
- Posts: 1944
- Joined: 2010-08-28T11:16:00-07:00
- Authentication code: 8675308
- Location: Montreal, Canada
Re: ImageMagick 7 Windows builds?
With IM7, try plain vanilla ./configure first.
-
- Posts: 1944
- Joined: 2010-08-28T11:16:00-07:00
- Authentication code: 8675308
- Location: Montreal, Canada
Re: ImageMagick 7 Windows builds?
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.....
-
- Posts: 1944
- Joined: 2010-08-28T11:16:00-07:00
- Authentication code: 8675308
- Location: Montreal, Canada
Re: ImageMagick 7 Windows builds?
@Henry: \o/
If you could document the process, I'm sure many people would be very thankful.
If you could document the process, I'm sure many people would be very thankful.
Re: ImageMagick 7 Windows builds?
It's far from complete. jbig, fonts, ghostscript .... all missing.
-
- Posts: 1944
- Joined: 2010-08-28T11:16:00-07:00
- Authentication code: 8675308
- Location: Montreal, Canada
Re: ImageMagick 7 Windows builds?
It's a start. If you post your effort, hopefully you'll get help.henrywho wrote:It's far from complete. jbig, fonts, ghostscript .... all missing.