4
4 Comments

Does anyone know how to batch resize images?

I have about 50 images I want resized, perfect use case for automation...

on February 11, 2020
  1. 2

    Imagick's my go to... here's an article I wrote about it -- https://alligator.io/workflow/resizing-images-with-imagemagick/ -- ton of additional options as well, pretty much can do anything you need it to

  2. 1

    My favorite (and most performant) online image compressor is https://tinypng.com

    They have a Web interface, an API and a WordPress plugin for automation.

  3. 1

    This comment was deleted 6 years ago