Search found 4 matches

by vittyvirus
2016-03-30T23:43:44-07:00
Forum: Users
Topic: How to stitch images together which have overlapping?
Replies: 7
Views: 8019

Re: How to stitch images together which have overlapping?

You need to crop out a subset of the overlap region in one image and compare it to the full overlap from the other image. That will give you the offsets. See compare http://www.imagemagick.org/script/compare.php http://www.imagemagick.org/Usage/compare/ If the x or y does not shift much than you ...
by vittyvirus
2016-03-30T23:10:38-07:00
Forum: Users
Topic: How to stitch images together which have overlapping?
Replies: 7
Views: 8019

Re: How to stitch images together which have overlapping?

There are lots of ways to merge. Snibgo is just trying to pin down the method you might prefer. A small set of images might help. You can post to some free hosting service and put the URLs here. Also always provide your IM version and platform, since syntax may differ. If you read his web pages on ...
by vittyvirus
2016-03-29T23:12:03-07:00
Forum: Users
Topic: How to stitch images together which have overlapping?
Replies: 7
Views: 8019

Re: How to stitch images together which have overlapping?

I just want to create a panorama/mosiac of the images. I could do the job with a photo editor but there's lots of data.
by vittyvirus
2016-03-29T22:33:03-07:00
Forum: Users
Topic: How to stitch images together which have overlapping?
Replies: 7
Views: 8019

How to stitch images together which have overlapping?

So I've got 8 images, and I need to stitch them together vertically/horizontally but only in one direction. They've got 10% overlap (i.e. 10% area is common in two adjacent images), so I can't simply use append. I'm a beginner in ImageMagick so I need some help.