Using ImageMagick 6.9.0 I got the number the pages of a multipaged tiff using the command
Code: Select all
identify -format %n [name of tiff file]
"602602602602602602602...(and so on)PS".
Why is this returning the number of pages multiple times? Am I missing something or is there a bug in the newest version?
Thanks