On Sat, 4 Aug 2018 21:17:39 -0700 ToddAndMargo <ToddAndMargo@...3218...> wrote:
Hi All,
Is there a way to stitch four photos together with Inkscape? Well, other than just eyeballing them.
Stitch them together in Inkscape by eyeballing them. Get out of inkscape. Open the SVG in an editor, and try to discern the tags of the four pictures. Deduce how various coordinates are related, try to simplify the concept, and write a little Python program to do it automatically.
By the way, the convert program from Imagemagik can join images, so I'd imagine you could join it to itself horizontally, and then take 2 copies of the result and join them vertically. The convert command line argument appears to be -ajoin.
HTH,
SteveT
Steve Litt Author: The Key to Everyday Excellence http://www.troubleshooters.com/key Twitter: http://www.twitter.com/stevelitt