What are the required distributables for ImageMagick?
Posted: 2007-07-04T19:36:07-07:00
I'm developing a Java application which uses JMagick (and therefore ImageMagick). I would like the end-user to NOT have to install ImageMagick along with my application.
Is it possible to simply distribute the DLLs (and whatever other files are required) with my application and have it function properly? I've tried including the DLLs, the config folder and the modules folder but still get errors (the application works fine when using the "installed" ImageMagick but NOT when I rename the ImageMagick install directory to "logically remove" it's DLLs from the PATH), The DLLs ARE being found (no loader errors) but JMagick is unable to get an image handle (again, it works fine against the "installed" ImageMagick).
Any help would be greatly appreciated! Thanks in advance.
Is it possible to simply distribute the DLLs (and whatever other files are required) with my application and have it function properly? I've tried including the DLLs, the config folder and the modules folder but still get errors (the application works fine when using the "installed" ImageMagick but NOT when I rename the ImageMagick install directory to "logically remove" it's DLLs from the PATH), The DLLs ARE being found (no loader errors) but JMagick is unable to get an image handle (again, it works fine against the "installed" ImageMagick).
Any help would be greatly appreciated! Thanks in advance.