I just spent like 5 minutes resizing all the book covers on my #bookshelf page to the same size, should load much faster now, even if it's unnoticeable once cached but anyway
(It only took me that long because I didn't remember how to use #ImageMagick lol)
@joel Wanna know how the pros do it?
I've written the command into a Justfile (similar to Make) in my blog's Git repo, so I don't have to remember it. 🤣
@irgndsondepp what's a justfile 

@joel If you've ever worked with a Makefile...it's practically the same thing. 🙂

https://github.com/casey/just

I use it like a cookbook with a bunch of recipes that I need every now and then to resize or convert images for my blog.

GitHub - casey/just: 🤖 Just a command runner

🤖 Just a command runner. Contribute to casey/just development by creating an account on GitHub.

GitHub
@irgndsondepp @joel just is pretty handy, I use it in a bunch of places so I don't have to memorize commands or excavate my shell history.