08-13-2020, 08:58 PM
(08-13-2020, 12:46 PM)rich2005 Wrote: Of course for Windows you can download an installation file from the IM website.
I have been looking at a Windows .bat and a bit stuck on adding some leading zeros to (easily) make the images with consecutive numbers. Not impossible to get around without but tedious when loading images.
For linux and IM7 it looks like this: https://youtu.be/k0LiyMPh_gM 1 minute 20 seconds worth
Hopefully you will get a Gimp script / plugin working and not require IM.
That was very helpful.
I was just about to post ,but it looks like all I needed to add to the script was:
magick convert wide.png -crop 750x100+$i+0 +repage "%02d"$i.png
>LD_LIBRARY_PATH="${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}$MAGICK_HOME/lib
$export LD_LIBRARY_PATH
I can see the instructions to download and install the delegates.