possible bug with string formats "%n" and "%[scenes]"
Posted: 2010-03-25T19:32:48-07:00
IM 6.6.0-9 Q16 Mac OSX tiger
When trying to get the number of scenes from a pdf or gif, the number of scenes repeats once for each scene. For example:
convert rose: rose: rose: rose3.gif
convert rose.gif -format "%n" info:
3
3
3
I would expect only one 3 to be returned.
Same with
convert rose: rose: rose: rose3.pdf
convert rose.pdf -format "%[scenes]" info:
3
3
3
Let me know if this is the correct behavior.
When trying to get the number of scenes from a pdf or gif, the number of scenes repeats once for each scene. For example:
convert rose: rose: rose: rose3.gif
convert rose.gif -format "%n" info:
3
3
3
I would expect only one 3 to be returned.
Same with
convert rose: rose: rose: rose3.pdf
convert rose.pdf -format "%[scenes]" info:
3
3
3
Let me know if this is the correct behavior.