[PLUG] Resizing images with imagemagick [RESOLVED]

Rich Shepard rshepard at appl-ecosys.com
Tue Apr 23 20:49:21 UTC 2019


On Tue, 23 Apr 2019, tomas.kuchta.lists at gmail.com wrote:

> I do this following way:
> 768px x 576px = 442368px
> To change all images in a directory to this resolution regardless of
> orientation:
> mogrify -resize @442368 *.jpg
> Hope it helps.

Tomas,

Yes, it does. I was not successful using a for loop in a bash script despite
several attempts. This worked perfectly on a small test subset.

Much appreciated,

Rich





More information about the PLUG mailing list