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

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -