Marc Laliberte Photo and Videos logoMarc Laliberte Photo and Videos - go to homepage

ImageMagick Scripts — Now Available on GitHub

By Marc Laliberté 4 March, 2026


A while back, I wrote about the frustrating LR/Mogrify 2 export bug that breaks when you try to export images with multiple presets in Lightroom:

./LRMogrifyExportTask.lua:128: attempt to index local 'handle' (a nil value) (2)

My workaround was a WinForm app built on Magick.NET that did all the image processing I needed outside of Lightroom. I've kept working on it since then, and it's now on GitHub as a free download.

What it does

ImageMagick Scripts is a Windows desktop app that processes images in batch. Pick your files, choose your presets, and let it run:

Download

Head over to the GitHub releases page to grab the latest .exe. It's Windows only for now.

Got ideas for new features or ran into a bug? Open an issue on the repo.