No decode delegate found for this image format 'PNG' and 'JPEG'
Posted: 2015-08-02T03:46:01-07:00
Full error:
Full config (showing jpeg and png delegates):
I have tried researching this and found a number of results but they all seem to lead to Mac and Linux specific issues or people not having the delegates.
What am I doing wrong?
Code: Select all
convert.exe: unable to load module `C:\Program Files\ImageMagick-6.9.1-Q16\modul
es\coders\IM_MOD_RL_PNG_.dll': The specified module could not be found.
@ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `PNG' @ error/constitute.c
/ReadImage/501.
Code: Select all
Name Value
-------------------------------------------------------------------------------
FEATURES OpenMP
NAME ImageMagick
QuantumDepth 16
Path: C:\Program Files\ImageMagick-6.9.1-Q16\configure.xml
Name Value
-------------------------------------------------------------------------------
CC vs10
COPYRIGHT Copyright (C) 1999-2015 ImageMagick Studio LLC
DELEGATES bzlib freetype jpeg jp2 lcms png tiff x11 xml wmf zlib
FEATURES OpenMP
HOST Windows
LIB_VERSION 0x691
LIB_VERSION_NUMBER 6,9,1,10
NAME ImageMagick
RELEASE_DATE 2015-08-15
VERSION 6.9.1
WEBSITE http://www.imagemagick.org
What am I doing wrong?