@David_Tschumperle
Salut David,
I’m struggling to find out how to use the montage command and include a margin between the photos (that equals the padding slider in gmic-gimp).
This command
$ gmic [1-4].jpg -montage H,0,0 -o out.jpg
gives four images in a horizontal row, without any space between them.
If I use gmic-gimp and I say Send output to console, I see that the third parameter is the padding number. But when I add that to the command above (so H,0,0,10) I get an error:
[gmic]-4./ Create aligned montage from images [0,1,2,3], with layout code ‘H’ and centering 0.
[gmic] *** Error in ./montage/*if/*repeat/ *** Command ‘input’: File ‘0’, format does not take any input options (options ‘0,0,4000,2250,0,0,0’ specified).
I can use the -polaroid 1,1 option to get the desired result, but I’m quite sure I can do this straight in the montage function.
Any help is appreciated.
Regards, Paul.