Page 1 of 1

Combing TIF images in VS.NET

Posted: 2016-02-12T13:55:38-07:00
by sheier
This should be a pretty easy operation, but I can't figure out how to do it. I have two (or more) TIF images in a folder and I need to combine them into one TIF image. I've seen examples of people using a Convert() function but I can't find an object that has that available. Any ideas? Thanks in advance!

Re: Combing TIF images in VS.NET

Posted: 2016-02-12T15:35:44-07:00
by dlemstra
Do you want to create a multi layered tiff image or do you want to combine multiple images into one?