Identify - Orientation - images size mm
Posted: 2010-01-15T12:09:17-07:00
Hello!
I want to resize all the new images. (possibly change the orientation)
(I understand that it can be done in many ways, but what is the best way?)
but don't resize the images that already have the right size.
Is the only way to do this by creating a file with
"identify-verbose" command like this:
then search in the text file after desired information
When the images are large (they are from the beginning), it takes a while.....
(I should now look how to reduce the size of an image without losing information - but I think I find it in any way)
//Jan
I want to resize all the new images. (possibly change the orientation)
(I understand that it can be done in many ways, but what is the best way?)
but don't resize the images that already have the right size.
Is the only way to do this by creating a file with
"identify-verbose" command like this:
Code: Select all
Identify -verbose pic1.jpg > res_pic1.txt
When the images are large (they are from the beginning), it takes a while.....
(I should now look how to reduce the size of an image without losing information - but I think I find it in any way)
//Jan