Page 1 of 1

possible bug %[hex:] IM 6.9.9.7 and 7.0.6.7

Posted: 2017-08-17T11:26:04-07:00
by fmw42
The issue is that while this works:

Code: Select all

convert xc:red -depth 8 -format "%[hex:u.p{0,0}]\n" info:
FF0000

This does not:

Code: Select all

convert xc:red -depth 8 -format "%[hex:p{0,0}]\n" info:
000000

Re: possible bug %[hex:] IM 6.9.9.7 and 7.0.6.7

Posted: 2017-08-17T16:47:29-07:00
by magick
Thanks for the problem report. We can reproduce it and will have a patch to fix it in GIT master branch @ https://github.com/ImageMagick/ImageMagick later today. The patch will be available in the beta releases of ImageMagick @ https://www.imagemagick.org/download/beta/ by sometime tomorrow.