Administrator Posted February 2, 2013 Posted February 2, 2013 Place all images in desired directory, cd to directory. (make sure ImageMagick is installed) find . -name \*.jpg -exec convert -size '800x600' {} -resize '>800x600' {} \; This will allow the server to open the images at an 800x600 size, (saving memory and speeding up the conversion, and then resize to 800x600 (second -resize) So if you have thousands of images, some large and small, this will only re-size, according to your settings above.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now