identify -density "%wx%h" image.jpg ???
Posted: 2007-09-20T05:15:46-07:00
I want know the density of my image (300x300, 600x600, and so on.)
I have tried with
and I have recived this answer
.
But I want the "density" not the "format", what can I do?
I have tried with
Code: Select all
identify -density "%wx%h" image.jpg
Code: Select all
image.jpg JPEG 1536x2048 1536x2048+0+0 DirectClass 6e+02kb
But I want the "density" not the "format", what can I do?