[6.8.0-Q16 Magick++] Coder modules path in Windows
Posted: 2012-10-13T02:35:57-07:00
My app uses CORE_RL_Magick++_.lib and DLL's shipped in app.exe folder. Here is folder structure:
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?
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)
How to change coders folder for ImageMagick in app without touching registry?