identify -verbose image.jpgTo get only what you want to see you can use GREP like this:
identify -verbose image.ps | egrep "Resolution|Geometry"This will return you the lines with Resolution and Geometry. Just what I need to make good compressed pdf files with ps2pdf.

Nincsenek megjegyzések:
Megjegyzés küldése