How do you split a multi-page tiff file into separate files?
-
Thursday, November 08, 2007 2:57 PM
Does anyone know how to separate a multi-page tiff file into separate tiff files? I really don't even know where to start with this.
All Replies
-
Tuesday, November 13, 2007 9:21 AM
mlg44 wrote: Does anyone know how to separate a multi-page tiff file into separate tiff files? I really don't even know where to start with this.
I would get a tiff enabled image library first, then read the documentation of that library to learn how to use it, the final code should be relativelly straightforward with a good tiff library.
see: http://www.google.com/search?hl=en&q=tiff+library
rico
-
Thursday, January 03, 2008 5:33 PM
In case you are interested to do this using native C# .net code, you can get my complete TIFF handling code from here: http://kseesharp.blogspot.com/2007/12/class-for-tiff-manipulation.html
I am sure this will have what you need and more than that. Let me know if you need any help with the code...
Thanks,
Kaushik

