swharden / SWHarden.com

The personal website of Scott W Harden
https://swharden.com
MIT License
4 stars 0 forks source link

SWHarden.com

CICD

Local Development

Deployment

Tips

Batch Resize Images

The input and output folders must exist

magick mogrify -resize 1200 -quality 80 -path output input/*.jpg
magick mogrify -resize 1200 -format webP -quality 80 -path output input/*.jpg