i have to read tags of cmyk *.tiff and *.eps files. i use .net 3.5. How can i do it?
+1
A:
For Tiff I saw this in another thread. Looks quite interesting, but cannot tell how well it works.
Stefan Egli
2010-03-25 10:57:21
i'm looking at libtiff.net and i simply dont understand how to use it. there is no any manual.
Varyanica
2010-03-25 13:17:22
I think you will need to go through the original libtiff documenation: http://www.remotesensing.org/libtiff/ Additionally you can check this page which shows the differences in the .net version: http://bitmiracle.com/libtiff/differences.aspx
Stefan Egli
2010-03-25 13:40:28
BitMiracle LibTiff worked great for me http://stackoverflow.com/questions/2041783/using-libtiff-from-c-to-access-tiled-tiff-images. There are several examples in the solution (I downloaded the source version), and basically the API is indeed the same as LibTiff as pointed out by Stefan Egli
Adriaan
2010-04-26 20:48:06
LibTiff.Net 2.0 (just released) contains improved documentation and number of samples among other improvements and bug fixes. You may want to check it.
Bobrovsky
2010-08-04 06:26:56