views:

158

answers:

1

For deploy I'll be using Linux, but dev is done on Windows. Has anyone used it lately on Windows? Have you had any problems?

Do you have an updated Makefile for VC++ that you can share? It seems the directory structure for the latest Magick is quite different that what the old makefile I found in jmagick is expecting.

The plot thickens. In my attempts to compile the c sources, it is looking for files such as magick_ImageInfo.h that don't exist in the source tree.

A: 

Well, it's been a while since you posted, so I'm guessing that you've already solved your problem. I'm posting this anyway, maybe it'll help others.

It's quite easy to use JMagick on Windows. Their (sorry excuse for a) wiki has some information regarding this. In short, you need to have ImageMagick installed, jmagick.dll somewhere on the OS %PATH% and jmagick.jar in your classpath.

You can download all these binaries from the Jmagick download site.

Alex Ciminian