I have a lot of images, in a rather complicated directory structure. I want to scale these for display, with the following rule:
All file which have a larger dimension grater than a given value (e.g. 1024, 800, etc.) are to be scaled to reduce that dimension to the given value. All other files are to be left as-is.
1) is it possible to run a batch over all files in a directory and it's sub-directories, recursively?
2) is it possible to specify the scaling values as stated above?
Thanks for any help.
PS, if either (or both) answers are "no", do post, don't just ignore.
All file which have a larger dimension grater than a given value (e.g. 1024, 800, etc.) are to be scaled to reduce that dimension to the given value. All other files are to be left as-is.
1) is it possible to run a batch over all files in a directory and it's sub-directories, recursively?
2) is it possible to specify the scaling values as stated above?
Thanks for any help.
PS, if either (or both) answers are "no", do post, don't just ignore.
Comment