Select theme appearance

Quick Image Manipulations

Random snippets for image manipulation.

  • Tags:  Web Development, Web Performance
  • Last updated:  

Resize a directory of images

  • Download ImageMagick
  • Run mogrify -resize [w] *.jpg
  • Optionally add the -quality flag to set the quality of the images

Tool Recommendations

  • Squoosh - Resize and optimse an image in your browser. Built by Google.
  • Pixlr - Edit images in your browser. Has some nice features, is fairly cheap and easy to use.