- How can I scale all images in a folder to the same width?
- How to batch resize images in Ubuntu recursively within the terminal?
Will not enlarge if is smaller than the resize value.
convert "*.png[250x>]" -set filename:base "%[base]" "%[filename:base]-250x.png"
res - Affects images in all directories below
res