no decode delegate for this image format

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
User avatar
mgrant
Posts: 11
Joined: 2011-08-12T22:49:08-07:00
Authentication code: 8675308

no decode delegate for this image format

Post by mgrant »

There appears to be a bug on Windows (or at least Windows 2008R2) with the latest .exe package.

Please see the thread here: viewtopic.php?f=1&t=20599

The windows distribution was working but somewhere between 6.7.1 and 6.7.6, something changed and it no longer works. I can't find old .exe installers to try, it seems only the latest .exe is on sourceforge.

Is there some way I can get around this?
User avatar
mgrant
Posts: 11
Joined: 2011-08-12T22:49:08-07:00
Authentication code: 8675308

Re: no decode delegate for this image format

Post by mgrant »

Incidentally ImageMagick-6.7.6-1-Q8-windows-static.exe works fine. ImageMagick-6.7.6-1-Q8-windows-dll.exe does not work.
jupiter
Posts: 28
Joined: 2011-11-17T07:45:55-07:00
Authentication code: 8675308

Re: no decode delegate for this image format

Post by jupiter »

i can confirm this bug, and afaik i noticed that it came up with the switch to vs2010 precompiles. the one made with vs2008 work fine, the 2010 don't.


also the same problem occurs when i compile it myself using vs2010. are there any workarounds to get it running?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: no decode delegate for this image format

Post by magick »

Try ImageMagick 6.7.6-2. If you continue to have the problem, let us know and we will investigate.
jupiter
Posts: 28
Joined: 2011-11-17T07:45:55-07:00
Authentication code: 8675308

Re: no decode delegate for this image format

Post by jupiter »

where can i find the 6.7.6-2 package? i only find the -1 package on the website
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: no decode delegate for this image format

Post by fmw42 »

jupiter
Posts: 28
Joined: 2011-11-17T07:45:55-07:00
Authentication code: 8675308

Re: no decode delegate for this image format

Post by jupiter »

i just tested the new version, and I'm still getting the same problems.
jupiter
Posts: 28
Joined: 2011-11-17T07:45:55-07:00
Authentication code: 8675308

Re: no decode delegate for this image format

Post by jupiter »

any updates to this problem yet?
jupiter
Posts: 28
Joined: 2011-11-17T07:45:55-07:00
Authentication code: 8675308

Re: no decode delegate for this image format

Post by jupiter »

will you investigate that problem?

@mgrant did you make any progress?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: no decode delegate for this image format

Post by magick »

According to Microsoft, The VS2010 compiler and run-time libraries should run on Windows Server 2008 R2 for x64. Are you on a i386 machine or x64? We suspect the problem is related to VS2010 and its run-time libraries which makes it a MIcrosoft problem rather than ImageMagick unless we're packaging improperly. However, we have not gotten any reports of problem with any of the other supported versions of MS. Unfortunately we do not have access to a Windows Server 2008 R2 so its quite difficult to debug.
jupiter
Posts: 28
Joined: 2011-11-17T07:45:55-07:00
Authentication code: 8675308

Re: no decode delegate for this image format

Post by jupiter »

I'm running windows 7 64bits
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: no decode delegate for this image format

Post by magick »

We have Windows 7 and cannot reproduce the problem. We download / install http://www.imagemagick.org/download/bin ... ws-dll.exe and it runs without complaint. If it fails for you, we will need more information about the failure to help us debug it.
brook.monroe
Posts: 2
Joined: 2012-04-04T13:45:12-07:00
Authentication code: 8675308

Re: no decode delegate for this image format

Post by brook.monroe »

I have Windows 7 and I have the problem with JPEG images. What I notice is that delegates.xml has no entry for jpeg or jpg. Is JPEG support internal to convert, or is it relying on an external program not included in the distribution package?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: no decode delegate for this image format

Post by magick »

If you install the precompiled-binaries you will have JPEG support. Type
  • identify -list format
and JPEG should be listed as a format. If you are building from ImageMagick Windows source, it includes the JPEG source and support for JPEG should automagically be built along with the ImageMagick API's.
brook.monroe
Posts: 2
Joined: 2012-04-04T13:45:12-07:00
Authentication code: 8675308

Re: no decode delegate for this image format

Post by brook.monroe »

It lists JPEG as a supported format, but still complains that there's no delegate. (This is a binary install, by the way.)
JPEG* JPEG rw- Joint Photographic Experts Group JFIF format (80)
JPG* JPEG rw- Joint Photographic Experts Group JFIF format (80)
convert.exe: no decode delegate for this image format `/CUSS/CZ/leftup.jpeg' @ error/constitute.c/ReadImage/533.
convert.exe: no data returned `file:///C:/CUSS/CZ/leftup.jpeg' @ error/url.c/ReadURLImage/232.
It also doesn't correctly render Chinese text tags encoded in UTF-8 using the SimHei font, but that's another thread....
Post Reply