Page 1 of 1

possible bug convert -version IM 6.8.7.3 Q16

Posted: 2013-10-31T09:53:52-07:00
by fmw42
convert -version
Version: ImageMagick 6.8.7-3 2013-10-25 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2013 ImageMagick Studio LLC
Features: DPC
Delegates: bzlib fftw fontconfig freetype gslib jbig jng jp2 jpeg lcms lqr ltdl lzma openexr png ps png tiff x xml zlib


Why is png listed twice?


Does anyone else have this issue?

Re: possible bug convert -version IM 6.8.7.3 Q16

Posted: 2013-10-31T10:27:52-07:00
by dlemstra
Woops seems I made a mistake, I will try to fix this before the next release.

Re: possible bug convert -version IM 6.8.7.3 Q16

Posted: 2013-10-31T13:46:59-07:00
by glennrp
dlemstra wrote:Woops seems I made a mistake, I will try to fix this before the next release.
I already checked in a fix around noon EDT today, when the problem was mentioned on one of the other forums.
It was just a cut-and-paste error where one of the PNG lines should have been MNG, in magick/version.c

Glenn

Re: possible bug convert -version IM 6.8.7.3 Q16

Posted: 2013-10-31T13:52:11-07:00
by glennrp
PNG was listed twice for me, too. It seems to be due to a cut-and-paste
error in GetMagickDelegates (in magick/version.c). I've fixed that
in the SVN repository for IM6 and IM7. The fix should show up in
IM-6.8.7-4.

Re: possible bug convert -version IM 6.8.7.3 Q16

Posted: 2013-10-31T14:46:15-07:00
by fmw42
I believe you mean 6.8.7.5 since 6.8.7.4 is out and still has png listed twice