I went to some state parks with my partner today and wanted to do a photo blog on my notes page (https://reillyspitzfaden.com/notes/), and I wasn't looking forward to manually resizing/changing image formats over and over
It totally took me longer *this* time, but I figured out how to do it with zsh/imagemagick:
for file in ./**/*(.); magick $file -quality 65 -resize 35% $file.webp