Quick Image Manipulations
Random snippets for image manipulation.
Resize a directory of images
- Download ImageMagick
- Run
mogrify -resize [w] *.jpg - Optionally add the
-qualityflag to set the quality of the images
Random snippets for image manipulation.
mogrify -resize [w] *.jpg-quality flag to set the quality of the images