issue with the installer

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.
Post Reply
RAmbika
Posts: 10
Joined: 2018-03-27T06:45:41-07:00
Authentication code: 1152

issue with the installer

Post by RAmbika »

Hi,

There is an issue with ImageMagick binaries builds 32 and 64 bit (ImageMagick-7.0.8-67-Q8-x64-dll.exe and ImageMagick-7.0.8-67-Q8-x86-dll.exe).
When any of the above binaries are installed on a machine and copied to a folder and ran convert.exe with the required parameters, we got an exception saying it is looking for some file in the installation folder.
Without installing the above binaries, if we just copy the binaries to a machine and ran convert.exe with the required parameters, we are getting the below exception,
“no decode delegate for this image format `/tmp/magick-FTfvbM7n' @ error/constitute.c/ReadImage/544”

Can you please let us know how to fix this?
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: issue with the installer

Post by snibgo »

RAmbika wrote:...installed on a machine and copied to a folder...
The installation creates registry entries about folders, so moving to a different folder will break it. For that, you need a "portable" version. See http://www.imagemagick.org/script/download.php#windows . However, pre-built portable versions are only available for Q16. If you want a portable Q8 you need to build it yourself.
snibgo's IM pages: im.snibgo.com
Post Reply