For a while now, I’ve used nautilus-image-converter for doing simple operations on images. In particular, for scaling images down to 25%, mostly so I can post them to the fediverse. I haven’t managed to get it working from Debian’s apt repository for testing (dependency issues), and I didn’t fancy building it. Plus, it was only a GUI for imagemagick anyway. So an obvious replacement was to use a nautilus script to call magick directly. Something like this: #!/bin/bash SELECTEDFILES="$...