Hi All,
Is there a way to stitch four photos together with Inkscape? Well, other than just eyeballing them.
Many thanks, -T
On Sun, 5 Aug 2018, ToddAndMargo wrote:
Hi All,
Is there a way to stitch four photos together with Inkscape? Well, other than just eyeballing them.
A vector-oriented programme like Inkscape doesn't seem to be the best approach. Maybe try http://stitchpanorama.sourceforge.net or one of the other tools mentioned there?
- Robert
On 08/04/2018 09:35 PM, Robert Funnell wrote:
On Sun, 5 Aug 2018, ToddAndMargo wrote:
Hi All,
Is there a way to stitch four photos together with Inkscape? Well, other than just eyeballing them.
A vector-oriented programme like Inkscape doesn't seem to be the best approach. Maybe try http://stitchpanorama.sourceforge.net or one of the other tools mentioned there?
- Robert
Thank you!
On Sun, 5 Aug 2018 00:35:37 -0400 (Eastern Daylight Time) Robert Funnell <robert.funnell@...2351...> wrote:
On Sun, 5 Aug 2018, ToddAndMargo wrote:
Hi All,
Is there a way to stitch four photos together with Inkscape? Well, other than just eyeballing them.
A vector-oriented programme like Inkscape doesn't seem to be the best approach. Maybe try http://stitchpanorama.sourceforge.net or one of the other tools mentioned there?
- Robert
This looks good, there's also http://hugin.sourceforge.net/, which is fairly sophisticated but has a bit of a learning curve to go with it.
Cheers -Terry
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
Hugin was designed specifically to stitch pictures..... and does a great job
Stu
On Aug 5, 2018, at 9:05 PM, Steve Litt <slitt@...2357...> wrote:
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
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user
participants (5)
-
Robert Funnell
-
Steve Litt
-
Stuart Edwards
-
Terry Brown
-
ToddAndMargo