Page 1 of 2

uninstall - install problem

Posted: 2017-07-25T03:32:49-07:00
by stedek
i have some (un)install problems.

first installed version 7.0 but i need a earlier version: 6.9 for a particular programm.
uninstall/install
still a problem with Imagemagick;
Identify.exe: No decode delegate for this image format 'JPEG' @ error/constitute.c/ReadImage/504
run identify -version jpeg is in the delegates

uninstall imagemagick;

ImageMagick 6.9.8Q16 (32-bit) uninstall complete.
Some elements col not be removed. These can be emoved manually


any idea?
hangs something in registry?

Re: uninstall - install problem

Posted: 2017-07-25T03:40:25-07:00
by stedek
the programm i will start is: depuzzlefy.pl which uses imagemagick.
the error there is: "Identify" unexpected returned exit value 1 at C:/Progra~2/depuzzlefy/lib/std/cavaexecscript/depuzzlefy.pl line 118

Re: uninstall - install problem

Posted: 2017-07-25T03:42:15-07:00
by stedek
How can I manually remove all the elements of the ImageMagick versions?

Re: uninstall - install problem

Posted: 2017-07-25T05:00:47-07:00
by snibgo
What version of Windows do you use? I have 8.1.

On Windows, "Install" does three things:
1. It puts a load of files in the final directory.
2. It appends that directory to the system path (This is optional, but most people do it.).
3. It inserts or updates an entry in the registry.

You can readily check whether uninstall has undone (1) and (2). I don't mess with the registry, and don't know about it, so can't advise on that. But I think the entry depends on the IM version number. For example, if you no longer have any IM v7.0.x.y programs, leaving registry entries referring to v7.0.x.y shouldn't cause problems.

Re: uninstall - install problem

Posted: 2017-07-25T05:19:36-07:00
by stedek
I have windows 10.
I have uninstall and install several times; restarting PC etc.
Now I dont get the error messages above anymore...
but my problem with depuzzlefy.pl (that use IM) stays:
CommandLine prompt:
Identify.exe: No decode delegate for this image format 'JPEG' @ error/constitute.c/ReadImage/504
and in seperate popup:
"Identify" unexpected returned exit value 1 at C:/Progra~2/depuzzlefy/lib/std/cavaexecscript/depuzzlefy.pl line 118

I have run identify -version
--> Delegates (built-in): ...... jpeg ....
so that looks OK.

Also run identify -list format
but there is nothing on the list ...... that looks strange.. is here something wrong???

Or shall I close this topic here and start a new one??

Re: uninstall - install problem

Posted: 2017-07-25T06:48:43-07:00
by snibgo
Please copy and paste here the output from:

Code: Select all

identify -version
identify -list format

Re: uninstall - install problem

Posted: 2017-07-25T08:55:01-07:00
by stedek
identify -version:

Version: ImageMagick 6.9.8-5 Q16 x86 2017-05-13 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Visual C++: 180040629
Features: Cipher DPC Modules OpenMP
Delegates (built-in): bzlib cairo flif freetype jng jp2 jpeg lcms lqr openexr pangocairo png ps rsvg tiff webp xml zlib


identify -list format:

Format Module Mode Description
-------------------------------------------------------------------------------

* native blob support
r read support
w write support
+ support for multiple images

Re: uninstall - install problem

Posted: 2017-07-25T09:37:53-07:00
by snibgo
Perhaps IM can't find its XML files. Forget perl for now, and test the command line. What happens with:

Code: Select all

convert rose: r.jpg
convert -debug all rose: r.jpg
Does it say it can't open an xml file? Where is it looking? Does that file exist? Do you have permission to copy it?

Re: uninstall - install problem

Posted: 2017-07-25T09:57:09-07:00
by stedek
convert rose: r.jpg
convert.exe: unable to open image `rose:': Invalid argument @ error/blob.c/OpenBlob/2701.
convert.exe: no decode delegate for this image format `' @ error/constitute.c/ReadImage/504.
convert.exe: no images defined `r.jpg' @ error/convert.c/ConvertImageCommand/3258.


convert -debug all rose: r.jpg
2017-07-25T18:56:34+02:00 0:00.008 0.016u 6.9.8 Configure convert.exe[13552]: utility.c/ExpandFilenames/940/Configure
Command line: convert {-debug} {all} {rose:} {r.jpg}
2017-07-25T18:56:34+02:00 0:00.067 0.031u 6.9.8 Configure convert.exe[13552]: nt-base.c/NTRegistryKeyLookup/1991/Configure
SOFTWARE\ImageMagick\6.9.8\Q:16
2017-07-25T18:56:34+02:00 0:00.090 0.031u 6.9.8 Configure convert.exe[13552]: nt-base.c/NTRegistryKeyLookup/2012/Configure
ConfigurePath
2017-07-25T18:56:34+02:00 0:00.110 0.031u 6.9.8 Configure convert.exe[13552]: nt-base.c/NTRegistryKeyLookup/1991/Configure
SOFTWARE\ImageMagick\6.9.8\Q:16
2017-07-25T18:56:34+02:00 0:00.132 0.047u 6.9.8 Configure convert.exe[13552]: nt-base.c/NTRegistryKeyLookup/2012/Configure
ConfigurePath
2017-07-25T18:56:34+02:00 0:00.158 0.047u 6.9.8 Configure convert.exe[13552]: configure.c/GetConfigureOptions/685/Configure
Searching for configure file: "C:\Program Files (x86)\ImageMagick-6.9.8-Q16\coder.xml"
2017-07-25T18:56:34+02:00 0:00.189 0.078u 6.9.8 Configure convert.exe[13552]: configure.c/GetConfigureOptions/685/Configure
Searching for configure file: "C:\Users\Stef\AppData\Local\ImageMagick\coder.xml"
2017-07-25T18:56:34+02:00 0:00.217 0.094u 6.9.8 Configure convert.exe[13552]: coder.c/LoadCoderCache/828/Configure
Loading coder configuration file "C:\Program Files (x86)\ImageMagick-6.9.8-Q16\coder.xml" ...
2017-07-25T18:56:35+02:00 0:00.249 0.109u 6.9.8 Module convert.exe[13552]: module.c/OpenModule/1276/Module
Searching for module "MAGICK" using filename "IM_MOD_RL_MAGICK_.dll"
2017-07-25T18:56:35+02:00 0:00.271 0.109u 6.9.8 Module convert.exe[13552]: module.c/GetMagickModulePath/546/Module
Searching for coder module file "IM_MOD_RL_MAGICK_.dll" ...
2017-07-25T18:56:35+02:00 0:00.294 0.109u 6.9.8 Configure convert.exe[13552]: nt-base.c/NTRegistryKeyLookup/1991/Configure
SOFTWARE\ImageMagick\6.9.8\Q:16
2017-07-25T18:56:35+02:00 0:00.317 0.125u 6.9.8 Configure convert.exe[13552]: nt-base.c/NTRegistryKeyLookup/2012/Configure
ConfigurePath
2017-07-25T18:56:35+02:00 0:00.336 0.125u 6.9.8 Configure convert.exe[13552]: nt-base.c/NTRegistryKeyLookup/1991/Configure
SOFTWARE\ImageMagick\6.9.8\Q:16
2017-07-25T18:56:35+02:00 0:00.357 0.141u 6.9.8 Configure convert.exe[13552]: nt-base.c/NTRegistryKeyLookup/2012/Configure
ConfigurePath
2017-07-25T18:56:35+02:00 0:00.383 0.172u 6.9.8 Configure convert.exe[13552]: configure.c/GetConfigureOptions/685/Configure
Searching for configure file: "C:\Program Files (x86)\ImageMagick-6.9.8-Q16\delegates.xml"
2017-07-25T18:56:35+02:00 0:00.414 0.172u 6.9.8 Configure convert.exe[13552]: configure.c/GetConfigureOptions/685/Configure
Searching for configure file: "C:\Users\Stef\AppData\Local\ImageMagick\delegates.xml"
2017-07-25T18:56:35+02:00 0:00.443 0.188u 6.9.8 Configure convert.exe[13552]: delegate.c/LoadDelegateCache/2087/Configure
Loading delegate configuration file "C:\Program Files (x86)\ImageMagick-6.9.8-Q16\delegates.xml" ...
2017-07-25T18:56:35+02:00 0:00.475 0.203u 6.9.8 Configure convert.exe[13552]: nt-base.c/NTLocateGhostscript/1154/Configure
Ghostscript (GPL Ghostscript) version 8.71
2017-07-25T18:56:35+02:00 0:00.495 0.219u 6.9.8 Configure convert.exe[13552]: nt-base.c/NTGhostscriptGetString/1253/Configure
registry: "HKEY_LOCAL_MACHINE\SOFTWARE\GPL Ghostscript\8.71\GS_DLL"="C:\Program Files (x86)\GPLGS\gsdll32.dll"
2017-07-25T18:56:35+02:00 0:00.531 0.219u 6.9.8 Policy convert.exe[13552]: policy.c/IsRightsAuthorized/598/Policy
Domain: Path; rights=Read; pattern="rose:" ...
2017-07-25T18:56:35+02:00 0:00.553 0.234u 6.9.8 Configure convert.exe[13552]: nt-base.c/NTRegistryKeyLookup/1991/Configure
SOFTWARE\ImageMagick\6.9.8\Q:16
2017-07-25T18:56:35+02:00 0:00.577 0.234u 6.9.8 Configure convert.exe[13552]: nt-base.c/NTRegistryKeyLookup/2012/Configure
ConfigurePath
2017-07-25T18:56:35+02:00 0:00.597 0.234u 6.9.8 Configure convert.exe[13552]: nt-base.c/NTRegistryKeyLookup/1991/Configure
SOFTWARE\ImageMagick\6.9.8\Q:16
2017-07-25T18:56:35+02:00 0:00.619 0.250u 6.9.8 Configure convert.exe[13552]: nt-base.c/NTRegistryKeyLookup/2012/Configure
ConfigurePath
2017-07-25T18:56:35+02:00 0:00.637 0.266u 6.9.8 Locale convert.exe[13552]: locale.c/GetLocaleOptions/824/Locale
Searching for locale file: "C:\Program Files (x86)\ImageMagick-6.9.8-Q16\locale.xml"
2017-07-25T18:56:35+02:00 0:00.667 0.281u 6.9.8 Locale convert.exe[13552]: locale.c/GetLocaleOptions/824/Locale
Searching for locale file: "C:\Users\Stef\AppData\Local\ImageMagick\locale.xml"
2017-07-25T18:56:35+02:00 0:00.699 0.281u 6.9.8 Configure convert.exe[13552]: locale.c/LoadLocaleCache/1177/Configure
Loading locale configure file "C:\Program Files (x86)\ImageMagick-6.9.8-Q16\locale.xml" ...
2017-07-25T18:56:35+02:00 0:00.733 0.281u 6.9.8 Configure convert.exe[13552]: nt-base.c/NTRegistryKeyLookup/1991/Configure
SOFTWARE\ImageMagick\6.9.8\Q:16
2017-07-25T18:56:35+02:00 0:00.755 0.281u 6.9.8 Configure convert.exe[13552]: nt-base.c/NTRegistryKeyLookup/2012/Configure
ConfigurePath
2017-07-25T18:56:35+02:00 0:00.775 0.281u 6.9.8 Configure convert.exe[13552]: nt-base.c/NTRegistryKeyLookup/1991/Configure
SOFTWARE\ImageMagick\6.9.8\Q:16
2017-07-25T18:56:35+02:00 0:00.801 0.281u 6.9.8 Configure convert.exe[13552]: nt-base.c/NTRegistryKeyLookup/2012/Configure
ConfigurePath
2017-07-25T18:56:35+02:00 0:00.824 0.281u 6.9.8 Locale convert.exe[13552]: locale.c/GetLocaleOptions/824/Locale
Searching for locale file: "C:\Program Files (x86)\ImageMagick-6.9.8-Q16\english.xml"
2017-07-25T18:56:35+02:00 0:00.868 0.281u 6.9.8 Locale convert.exe[13552]: locale.c/GetLocaleOptions/824/Locale
Searching for locale file: "C:\Users\Stef\AppData\Local\ImageMagick\english.xml"
2017-07-25T18:56:35+02:00 0:00.892 0.281u 6.9.8 Configure convert.exe[13552]: locale.c/LoadLocaleCache/1177/Configure
Loading locale configure file "C:\Program Files (x86)\ImageMagick-6.9.8-Q16\english.xml" ...
2017-07-25T18:56:35+02:00 0:00.932 0.297u 6.9.8 Exception convert.exe[13552]: blob.c/OpenBlob/2701/Exception
unable to open image `rose:': Invalid argument
2017-07-25T18:56:35+02:00 0:00.947 0.297u 6.9.8 Cache convert.exe[13552]: cache.c/DestroyPixelCache/1159/Cache
destroy
2017-07-25T18:56:35+02:00 0:00.964 0.297u 6.9.8 Module convert.exe[13552]: module.c/OpenModule/1276/Module
Searching for module "MAGICK" using filename "IM_MOD_RL_MAGICK_.dll"
2017-07-25T18:56:35+02:00 0:00.982 0.297u 6.9.8 Module convert.exe[13552]: module.c/GetMagickModulePath/546/Module
Searching for coder module file "IM_MOD_RL_MAGICK_.dll" ...
2017-07-25T18:56:35+02:00 0:00.999 0.297u 6.9.8 Policy convert.exe[13552]: policy.c/IsRightsAuthorized/598/Policy
Domain: Path; rights=Read; pattern="rose:" ...
2017-07-25T18:56:35+02:00 0:01.019 0.297u 6.9.8 Exception convert.exe[13552]: blob.c/OpenBlob/2701/Exception
unable to open image `rose:': Invalid argument
2017-07-25T18:56:35+02:00 0:01.035 0.297u 6.9.8 Cache convert.exe[13552]: cache.c/DestroyPixelCache/1159/Cache
destroy
2017-07-25T18:56:35+02:00 0:01.052 0.313u 6.9.8 Exception convert.exe[13552]: constitute.c/ReadImage/504/Exception
no decode delegate for this image format `'
2017-07-25T18:56:35+02:00 0:01.067 0.313u 6.9.8 Exception convert.exe[13552]: convert.c/ConvertImageCommand/3258/Exception
no images defined `r.jpg'
convert.exe: unable to open image `rose:': Invalid argument @ error/blob.c/OpenBlob/2701.
convert.exe: no decode delegate for this image format `' @ error/constitute.c/ReadImage/504.
convert.exe: no images defined `r.jpg' @ error/convert.c/ConvertImageCommand/3258.

Re: uninstall - install problem

Posted: 2017-07-25T10:29:21-07:00
by snibgo
stedek wrote:convert rose: r.jpg
convert.exe: unable to open image `rose:': Invalid argument @ error/blob.c/OpenBlob/2701.
It seems you have a major problem. "rose:" is built into IM, so if IM can't read that, something is very bad.

I suggest you deinstall IM, check that all its files have gone, and it isn't in your system path. Then reinstall. Follow the instructions at http://legacy.imagemagick.org/script/bi ... hp#windows , including the tests like "convert logo: logo.gif".

Re: uninstall - install problem

Posted: 2017-07-25T10:33:50-07:00
by stedek
I have deinstall
i found some environment variables of imagemagick 6.9 and 7.0 (i had installed it before the 6.9 version)
also Path: imagemagock dir was still there. now re-install..

Re: uninstall - install problem

Posted: 2017-07-25T11:08:38-07:00
by stedek
Ah now installed the 6.9.9 version ... a 64 bits (installed in program files in stead of program files (x86))
and that works fine
identify -list format: is OK long list
convert rose: r.jpg etc also OK

So that version works good;

Test the perl programm: depuzzlefy.pl doesn't work
The system cannot find the file 4033752.jpg
and a popup with : "cmd /c start 4033752.jpg" unexpected returned value 1 at C:/Progra~2/Depuzzlefy/lib/std/cavaexecscript/depuzzlefy.pl at line 130

Re: uninstall - install problem

Posted: 2017-07-25T11:22:06-07:00
by fmw42
Did you install PerlMagick with ImageMagick? See http://www.imagemagick.org/script/perl-magick.php

Re: uninstall - install problem

Posted: 2017-07-25T11:43:14-07:00
by stedek
It says; NOTE: As of ImageMagick 5.4.8, the official ImageMagick windows installer includes PerlMagick for ActivePerl. Hence I will no longer be providing new binaries of PerlMagick from this site.

Re: uninstall - install problem

Posted: 2017-07-25T11:58:07-07:00
by stedek
have installed the Depuzzlefy package.
see also https://gist.github.com/YoOoster/8ea364 ... a40c90879b

i assumed that Perl is in it.
https://mega.nz/#!addRGShJ!jly-Ful0r_HH ... KNOIipewK8
will also ask there.