Page 1 of 1

[6.8.0-Q16 Magick++] Coder modules path in Windows

Posted: 2012-10-13T02:35:57-07:00
by skyh
My app uses CORE_RL_Magick++_.lib and DLL's shipped in app.exe folder. Here is folder structure:

Code: Select all

  app.exe
  CORE_RL_bzlib_.dll
  CORE_RL_coders_.dll
  CORE_RL_filters.dll
  ... (all CORE DLL's are here)
  IM_MOD_RL_jpeg_.dll (JPEG coder module also is here)
Unfortunately application loads IM_MOD_RL_jpeg.dll from registry only (key CoderModulesPath). Setting environment variable MAGICK_CODER_MODULE_PATH does not helps.

How to change coders folder for ImageMagick in app without touching registry?

Re: [6.8.0-Q16 Magick++] Coder modules path in Windows

Posted: 2012-10-13T15:32:09-07:00
by magick
Try the portable Win32 static release @ http://www.imagemagick.org/download/bin ... indows.zip. It does not require registry entries.