Page 1 of 1

compare.exe and "no decode delegate for this image format"

Posted: 2010-01-21T06:50:10-07:00
by Freddie10
Hi,

I want to use the windows binaries ( latest version 6.5.9.0 ) but on the destination machine I get this error "no decode delegate for this image format".
Which dlls do I need for compare.exe to avoid this error ? Or do I have to do more than just copy the binaries ?
I copied:

compare.exe
CORE_RL_bzlib_.dll
CORE_RL_jpeg_.dll
CORE_RL_lcms_.dll
CORE_RL_magick_.dll
CORE_RL_png_.dll
CORE_RL_tiff_.dll
CORE_RL_ttf_.dll
CORE_RL_wand_.dll
CORE_RL_zlib_.dll
X11.dll


I don't want to use the windows installer though it would work. I just want to use binaries...

Cheers,
Freddie10

Re: compare.exe and "no decode delegate for this image format"

Posted: 2010-01-21T08:37:15-07:00
by magick
See http://www.imagemagick.org/script/binar ... hp#windows. You want the portable Windows distribution. The other binary releases depend on the Windows registry that is initialized by the installer. The portable distribution permits you to put the files anywhere on your system and point to it with the MAGICK_HOME environment variable.

Re: compare.exe and "no decode delegate for this image format"

Posted: 2010-01-21T09:10:49-07:00
by Freddie10
Cool stuff, seems to work without any install stuff... just this static linked exe :-)

ah... thanks !!!