I tried http://www.bobpowell.net/generating_multipage_tiffs.htm and http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-csharp/70308/Craete-tiff-Image-Page-by-Page
I am able to merge some of the tif files but most of the files are giving Out of memory exception when I try to read from file using Image.FromFile. Verified the accessibility of the files as mentioned in other posts there is no issue with that.
I tried Image.FromStream as advised in 2nd link but getting some other errors.
Now converting the .tif files to LZW format using IrfanView and then merging using the code in 1st link. It seems ok.
hope this helps for others who are into the same issue.
Cheers.
Sri{ni}lagiri
Don't forget to click "Mark as Answer" on the post that helped you.
srnilagiri
Member
29 Points
10 Posts
Combine / Merge Multiple .tif files into a single .tif file.
Jul 15, 2009 01:27 AM|LINK
Hi,
Hope this is the right forum to ask for help.
I want to combine or merge multiple .tif files into a single .tif file in .net
Please point me to any resource/code relating to this. Thanks in advance.
C# VB.Net .tif
Don't forget to click "Mark as Answer" on the post that helped you.
sirdneo
All-Star
15171 Points
2509 Posts
Re: Combine / Merge Multiple .tif files into a single .tif file.
Jul 15, 2009 08:00 AM|LINK
See this artcile:-
http://www.codeproject.com/KB/GDI-plus/tiffmanager.aspx
Zeeshan Umar
~Please Mark As Answer, one or multiple posts, which helped you. So that it might be useful for others~
srnilagiri
Member
29 Points
10 Posts
Re: Combine / Merge Multiple .tif files into a single .tif file.
Jul 16, 2009 03:19 AM|LINK
Thanks sirdneo for your reply.
I tried http://www.bobpowell.net/generating_multipage_tiffs.htm and http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-csharp/70308/Craete-tiff-Image-Page-by-Page
I am able to merge some of the tif files but most of the files are giving Out of memory exception when I try to read from file using Image.FromFile. Verified the accessibility of the files as mentioned in other posts there is no issue with that.
I tried Image.FromStream as advised in 2nd link but getting some other errors.
Now converting the .tif files to LZW format using IrfanView and then merging using the code in 1st link. It seems ok.
hope this helps for others who are into the same issue.
Cheers.
Don't forget to click "Mark as Answer" on the post that helped you.
sirdneo
All-Star
15171 Points
2509 Posts
Re: Combine / Merge Multiple .tif files into a single .tif file.
Jul 16, 2009 04:17 AM|LINK
Thanks srnilagiri for sharing your solution, it will be really helpful for others as well who are having similar issues.
Zeeshan Umar
~Please Mark As Answer, one or multiple posts, which helped you. So that it might be useful for others~