shell - Script to resize image only if bigger than original image -
i want command line or script in linux (ubuntu) resize folder of images if image bigger original image size. thanks
if want resize jpeg
files in current folder larger, down 1600x1600, can use mogrify
part of imagemagick suite:
mogrify -resize '1600x1600>' *.jpg
Comments
Post a Comment