Windows portable 'convert -list configure' reports wrong version

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
pipitas
Posts: 168
Joined: 2012-07-15T14:06:46-07:00
Authentication code: 15

Windows portable 'convert -list configure' reports wrong version

Post 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?
pipitas
Posts: 168
Joined: 2012-07-15T14:06:46-07:00
Authentication code: 15

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

Post by pipitas »

Has anybody looked into this yet?
pipitas
Posts: 168
Joined: 2012-07-15T14:06:46-07:00
Authentication code: 15

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

Post 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
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

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

Post by dlemstra »

.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Post Reply