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

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
Freddie10

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

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

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

Post 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.
Freddie10

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

Post by Freddie10 »

Cool stuff, seems to work without any install stuff... just this static linked exe :-)

ah... thanks !!!
Post Reply