0

I need to split TIFF file to many files (each page in a separate file).

I wrote a function but splitting of a large amount of files takes time :/

Then I was searching for a library to do the split and I found the LibTiff.Net but I can't find the split function!!

Can you please help me to use this library?

Bobrovsky
  • 13,789
  • 19
  • 80
  • 130
Akrem
  • 5,033
  • 8
  • 37
  • 64

2 Answers2

2

Did you read the documentation on their website? I found this in about 45 seconds of searching.

If you've tried that, and it doesn't work, update your question.

If you have a budget for this project, I strongly recommend LEADtools for all of your TIFF-related image processing needs. I've used it in the past and it's fantastic.

Daniel Mann
  • 57,011
  • 13
  • 100
  • 120
1

I found this

http://www.sherrodcomputers.com/products_tiffsplitter_dll_download.cfm

does what you need. Simple and faster. Its not free but worth the money (less than 100$ one developer license).

Esen
  • 973
  • 1
  • 21
  • 47