How to launch from Digikam a script invoking imagemagick (on Windows 10)?

Good stuff. Glad it works.

I always forget that filenames and directry names can contain spaces. If there is a danger of this, then the magick command should have filenames quoted, eg:

magick ^
  "%1" ^
  ( +clone -resize "1080^>" -write "f:\web\im\%~n1_a.jpg" +delete ) ^
  -resize "2160^>" "f:\web\im\%~n1_b.jpg"

On documentation, digiKam - Documentation says:

We encourage you to improve the existing documentation by submitting comments, corrections, and patches. If you’d like to help to the documentation, have a look at the Contribute page. [ digiKam - Contribute ]

1 Like

Glad to hear it’s working! That’s an interesting project you have; that amount of documentation is priceless to archivists. Best of luck with the endeavor!