Hello,
I am trying to get Magick.NET to merge two multi-page tiff files into one multi-page tiff file. I am creating a MagickImageCollection variable for both of the tiff files I want to merge. Then, I create another MagickImageCollection that I will add them to. Unfortunately, I do not know how to put a collection inside of another collection. The Add function does not accept a Collection, and the Read function gets rid of the first one that is read in when I go to read the second in.
If someone could help, I would appreciate it. Thank you
Corbin
I am trying to get Magick.NET to merge two multi-page tiff files into one multi-page tiff file. I am creating a MagickImageCollection variable for both of the tiff files I want to merge. Then, I create another MagickImageCollection that I will add them to. Unfortunately, I do not know how to put a collection inside of another collection. The Add function does not accept a Collection, and the Read function gets rid of the first one that is read in when I go to read the second in.
If someone could help, I would appreciate it. Thank you
Corbin