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.
kriks
Posts: 114 Joined: 2008-01-04T05:52:03-07:00
Post
by kriks » 2010-07-29T04:13:21-07:00
hi!
we noticed that recent version of IM returned the %b format with a B at the end:
Code: Select all
identify -format "%b" 134681.jpg
4711796B
Version: ImageMagick 6.6.1-9
this was not the case on 6.5.8-8
is it a bug or a feature ?
magick
Site Admin
Posts: 11064 Joined: 2003-05-31T11:32:55-07:00
Post
by magick » 2010-07-29T06:36:30-07:00
Its a features. It indicates the value is in bytes.
kriks
Posts: 114 Joined: 2008-01-04T05:52:03-07:00
Post
by kriks » 2010-07-29T07:50:09-07:00
so there's a way to get it in KB or MB ?
i didn't find anything about this change in the changelog, did I miss something ?
magick
Site Admin
Posts: 11064 Joined: 2003-05-31T11:32:55-07:00
Post
by magick » 2010-07-29T09:06:01-07:00
Nope, in this particular instance the value is always in bytes.