Page 1 of 1

Windows portable 'convert -list configure' reports wrong version

Posted: 2015-02-16T09:34:50-07:00
by pipitas
After downloading the portable ImageMagick ZIP file for Windows here:
and copying its content to c:\pa\ I get these contradictionary bits of information when trying to determine the version of the binaries:

Code: Select all

C:\Users\pipitas>\pa\ImageMagick-6.9.0-6\convert.exe -list configure
 
 Path: [built-in]
 
 Name           Value
 -------------------------------------------------------------------------------
 FEATURES       OpenMP
 NAME           ImageMagick
 QuantumDepth   16
 
 Path: \pa\ImageMagick-6.9.0-6\configure.xml
 
 Name           Value
 -------------------------------------------------------------------------------
 CC             vs8
 COPYRIGHT      Copyright (C) 1999-2011 ImageMagick Studio LLC
 DELEGATES      bzlib freetype jpeg jp2 lcms png tiff x11 xml wmf zlib
 HOST           windows-unknown-linux-gnu
 LIB_VERSION    0x662
 LIB_VERSION_NUMBER 6,6,2,5
 NAME           ImageMagick
 RELEASE_DATE   2010-06-15
 VERSION        6.6.2
 WEBSITE        http://www.imagemagick.org
Note the COPYRIGHT date, LIB_VERSION, LIB_VERSION_NUMBER, RELEASE_DATE and VERSION entries here.

Next command:

Code: Select all

C:\Users\pipitas>\pa\ImageMagick-6.9.0-6\convert.exe -version
 Version: ImageMagick 6.9.0-6 Q16 x86 2015-02-07 http://www.imagemagick.org
 Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC
 Features: DPC OpenMP
 Delegates (built-in): bzlib cairo freetype jbig jng jp2 jpeg lcms lqr openexr pangocairo png ps rsvg tiff webp xml zlib
So probably there was/is an error in packaging the wrong configure.xml file into the ZIP here?

Re: Windows portable 'convert -list configure' reports wrong version

Posted: 2015-02-25T07:46:51-07:00
by pipitas
Has anybody looked into this yet?

Re: Windows portable 'convert -list configure' reports wrong version

Posted: 2015-03-07T15:28:55-07:00
by pipitas
Still noone?




To make it more obvious, in case you overlooked at first:

Code: Select all

C:\Users\pipitas>\pa\ImageMagick-6.9.0-6\convert.exe -list configure
 [...] 
 Path: \pa\ImageMagick-6.9.0-6\configure.xml
 [...]
 LIB_VERSION    0x662
 LIB_VERSION_NUMBER 6,6,2,5
 NAME           ImageMagick
 RELEASE_DATE   2010-06-15
 VERSION        6.6.2

Re: Windows portable 'convert -list configure' reports wrong version

Posted: 2015-03-08T06:44:07-07:00
by dlemstra