No decode delegate found for this image format 'PNG' and 'JPEG'

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
dranonyman
Posts: 1
Joined: 2015-08-02T03:40:45-07:00
Authentication code: 1151

No decode delegate found for this image format 'PNG' and 'JPEG'

Post by dranonyman »

Full error:

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.
Full config (showing jpeg and png delegates):

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
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?
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: No decode delegate found for this image format 'PNG' and 'JPEG'

Post by dlemstra »

When you are getting the error message that 'the specified module could not be found' you will need the install the Visual C++ 2013 Redistributable Package.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Post Reply