Search found 3 matches
- 2016-02-12T13:55:38-07:00
- Forum: Magick.NET
- Topic: Combing TIF images in VS.NET
- Replies: 1
- Views: 8149
Combing TIF images in VS.NET
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 ...
- 2015-07-08T14:09:19-07:00
- Forum: Magick.NET
- Topic: Saving multipage TIF
- Replies: 12
- Views: 33021
Re: Saving multipage TIF
I really only have to write the information on the top page, all the other pages can stay as they are.
- 2015-07-08T14:00:22-07:00
- Forum: Magick.NET
- Topic: Saving multipage TIF
- Replies: 12
- Views: 33021
Saving multipage TIF
Hello all, I am trying to take in a multi-page TIF, overlay some text on the first page, and then save it again. I'm able to load the file as a MagickImageCollection and loop through the pages, but when I write it back to disk it is always only the first page of the TIF. I am using VS.NET. Does ...