Resolution and image ratio ... ?
Posted: 2007-08-06T05:37:05-07:00
So if I have some images in a folder and I want to change their resolution to 72dpi ?
Now if I want all the images greater than 100px height to keep their aspect ratio but have a height 100 px ?
Code: Select all
convert myfolder/* -density 72x72
Code: Select all
convert myfolder/* -density 72x72 -resize x100>