Search found 1 match

by mrmrmr1337
Wed Jul 24, 2019 6:46 am
Forum: NConvert
Topic: Resize images with height greater than 720px recursively
Replies: 1
Views: 2617

Resize images with height greater than 720px recursively

Hello,

My goal is to go recursively through all images in a folder and its subfolders, something like this:
/images/
/images/1/
/iamges/2/

In each directory there are images, jpg's and png's, if those images have a height greater than 720px I want to resize the image to 720px height maintaining ...