Page 1 of 1

issue with the installer

Posted: 2019-10-10T05:00:33-07:00
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?

Re: issue with the installer

Posted: 2019-10-10T08:27:48-07:00
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.