Manipulating Images With ImageMagick
Now that software has become so bloated, it can take 20 minutes just to resize an image. Most of that time is spent rebuffing pointless AI features that are also bumping up the subscription 😩 Increasingly, I’m using ImageMagick for my image manipulation. ImageMagick is a free, open-source CLI tool for creating, editing and converting bitmap images. As it only runs on the command line, it takes some geting used to. But once you’ve grasped a few techniques, it’ll save you heaps of time. You can also combine it with other tools to automate routine tasks. ...