ImageMagick (redistribution) and InstallShield

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

To determine the Windows installed dependancies grab the Windows source distribution and take a look at the installer script in ImageMagick 6.2.9/VisualMagick/installer/inc. You can reduce dependancies by creating a static distribution. You do not need Window registry values if you create an "uninstalled" version of ImageMagick (the default). The uninstalled version requires one environment variable, the MAGICK_HOME environment variable. This is not even required if you put all the configuration files in the same folder as CORE_RL_magick_.dll. To test scenarios, type
  • convert -debug configure logo: logo.pnm
to track where ImageMagick is looking for its dependancies.
sap_14feb

minimim and portable imagemagick for windows

Post by sap_14feb »

Hi
I am using Jmagick for my application. since, Jmagick depends on core imagemagick dlls and core dlls seems to be using coders dlls and registry entry to serach methods. Is there any way I can make the jmagick + imagemagick portable and minimum package. so i can distribute it to the any server without registry entry and with minimum set of dlls?

Thanks
Shalin.
Post Reply