For example:
Code: Select all
identify.exe -format Depth-%p:%[depth]\nColors-%p:%k\nPageGeometry-%p:%g\nResolution-%p:%[xresolution]x%[yresolution]\nType-%p:%r\nCurrentPage:%p\nTotalPages:%n\n <<multipageFile.tif>>
Depth-0:1
Colors-0:2
PageGeometry-0:2550x3300+0+0
Resolution-0:300x300
Type-0:DirectClass Gray
CurrentPage:0
TotalPages:2
The command was displaying the above information for all pages of the file with the previous version of ImageMagick that I had installed; it is not working with 6.9.0. What do I need to do to get it to display the same information for the second (and remaining) pages?
Any insight would be appreciated. Thanks!