Page 1 of 1

ImageMagick64 convert *.tif test.pdf can't write the output?

Posted: 2015-07-22T03:46:23-07:00
by cwnOnTheHill
:D for the 32bit version on the same server (IIS), in the same .net web application. I take a list of files as arguments along with the output file name and the 64bit version swiftly fails to create the output PDF (from multiple tifs). If i remove 64 from the equation (c:\ImageMagick vs c:\ImageMagick64) it works perfectly, just takes twice the time obviously. The permissions are fine, they match exactly the 32bit folders permissions. The 2012R2 server has write permissions to the ouptut location.

I believe there is something wrong with my 64bit install? I think Im using 6.9.1? Need to verify that but does anyone else have a clue? I have no problems onviously using the 64bit version locally on my pc via command prompt. The web app code just starts a shell process, hands in the args, and the magick just happens (thats the idea anyway)...

Re: ImageMagick64 convert *.tif test.pdf can't write the output?

Posted: 2015-07-22T04:02:58-07:00
by dlemstra
You can check the version with convert -version. What is the actual error that you are receiving, and did you install the latest version of Ghostscript?

p.s. You might want to take a look at the .NET wrapper that I created.

Re: ImageMagick64 convert *.tif test.pdf can't write the output?

Posted: 2015-07-22T12:57:08-07:00
by cwnOnTheHill
I did install gs916w32.exe and gs916w64.exe, not sure that those are the correct packages though? I am downloading your package now, and will create a scenario where I can get an error message I'm able to see/copy somehow, and provide that shortly...

Here are the results of version check on both versions...

C:\ImageMagick>convert -version
Version: ImageMagick 6.9.0-7 Q16 x86 2015-02-18 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: DPC Modules OpenMP
Delegates (built-in): bzlib cairo freetype jbig jng jp2 jpeg lcms lqr openexr pa
ngocairo png ps rsvg tiff webp xml zlib

C:\ImageMagick64>convert -version
Version: ImageMagick 6.9.1--6 Q16 x64 2015-06-20 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC Modules OpenMP
Delegates (built-in): bzlib cairo freetype jng jp2 jpeg lcms lqr openexr pangoca
iro png ps rsvg tiff webp xml zlib

Re: ImageMagick64 convert *.tif test.pdf can't write the output?

Posted: 2015-07-22T14:57:13-07:00
by cwnOnTheHill
Ok so here is the error message, I apologize, it is very long. I also could not quickly implement your NuGet package as it created a lot of errors but I intend to try again on a clean project/new solution at a later date, so thank you.

convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': An unknown error occurred @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: no images defined `\\libra\assessor$\scans\AssessorScannedDeeds-REParcels.pdf' @ error/convert.c/ConvertImageCommand/3212.

Re: ImageMagick64 convert *.tif test.pdf can't write the output?

Posted: 2015-07-22T23:36:54-07:00
by dlemstra
Are you trying to execute the 64-bit version of ImageMagick in a 32-bit application? I don't think IIS will allow you to do that.

Re: ImageMagick64 convert *.tif test.pdf can't write the output?

Posted: 2015-07-27T06:54:31-07:00
by cwnOnTheHill
The application is a .NET application, and it does allow me to do it in my dev enviroment (Visual Studio 2013/IIS Express). Both my dev machine and the server are 64-bit machines. Also, I have imagemagick 32bit and 64bit both installed, on both machines. One works the other doesn't. Today I'm going to remove all ImageMagick software from the Server and reinstall just the 64 bit version. Will report back with results. Thank you, dlemstra for your help.

Re: ImageMagick64 convert *.tif test.pdf can't write the output?

Posted: 2015-07-28T11:21:05-07:00
by cwnOnTheHill
Ok so I uninstalled all versions from the server, then installed the exact version 6.9.1-6 Q16 (64-bit) and i still have the same issues. Here are the latest error logs after having done the above... All of these modules that it claims "Could not be found." are in their respective destinations... I just don't get it...

Code: Select all

convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: unable to load module `C:\ImageMagick64\modules\coders\IM_MOD_RL_TIFF_.dll': The specified module could not be found.

 @ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: no images defined `\\blah\blah$\scans\AssessorScannedDeeds-REParcels.pdf' @ error/convert.c/ConvertImageCommand/3230.

Re: ImageMagick64 convert *.tif test.pdf can't write the output?

Posted: 2015-09-11T03:42:09-07:00
by ImAX
I had the same issue in a DOS call of ImageMagick's convert.exe.

There were 3 solutions (at least):
1. Install ImageMagick-dll using the default "Add application directory to your system path"
2. Install ImageMagick-static
3. When installing ImageMagick-dll and NOT "Add application directory to your system path" then:
We need to manually add ImageMagick's installation path to the PATH environment variable before executing "convert".
I'm doing this in a DOS batch file like this:

Code: Select all

SETLOCAL ENABLEEXTENSIONS
set im_path=%ProgramFiles%\Media\ImageMagick  &:: in your case: set im_path=C:\ImageMagick64
rem Now add ImageMagic's installation path at the beginning of the PATH environment variable
set PATH=%im_path%;%PATH%
set im_conv_exe=%im_path%\convert.exe
"%im_conv_exe%" input_file parameters ... output_file
ENDLOCAL
It is funny that the DLL is searched only via the PATH entry, although the error message "convert.exe: unable to load module ..." shows the correct path of the DLL.