Combing TIF images in VS.NET

Magick.NET is an object-oriented C# interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick.NET
Post Reply
sheier
Posts: 3
Joined: 2015-07-08T13:56:41-07:00
Authentication code: 1151

Combing TIF images in VS.NET

Post 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!
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Combing TIF images in VS.NET

Post by dlemstra »

Do you want to create a multi layered tiff image or do you want to combine multiple images into one?
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Post Reply