label cannot handle "%#"

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
lintianzhi
Posts: 6
Joined: 2013-08-01T01:02:21-07:00
Authentication code: 6789

label cannot handle "%#"

Post by lintianzhi »

when I run command

Code: Select all

convert label:%# label.png
it get such image file
Image

number in image:

e3b0c44298fc1c149afbf4​c8996fb92427ae41e4649b934ca495991b7852b855
lintianzhi
Posts: 6
Joined: 2013-08-01T01:02:21-07:00
Authentication code: 6789

Re: label cannot handle "%#"

Post by lintianzhi »

Code: Select all

 sha256sum -b /dev/null 
can get same number stream..
lintianzhi
Posts: 6
Joined: 2013-08-01T01:02:21-07:00
Authentication code: 6789

Re: label cannot handle "%#"

Post by lintianzhi »

Solved. % is escape character, use %% to indicate %
Post Reply