possible bug %b IM 6.9.5.10 Q16 Mac OSX
Posted: 2016-09-24T14:53:55-07:00
I am getting 0B result from the following
0B
Whereas:
6MB
Is this a bug or just a fact that I have not specified any output format in the first command?
Code: Select all
convert -size 1000x1000 gradient:blue-red -format "%b" info:
Whereas:
Code: Select all
convert -size 1000x1000 gradient:blue-red miff:- | convert - -format "%b" info:
Is this a bug or just a fact that I have not specified any output format in the first command?