Does anyone have experience in reading a TIFF Header using VB .Net or C#.Net? If so, would you please post some sample code.
I have single TIFF's that have data imbedded in them and need to extract that data.
Thanks.:)
Printable View
Does anyone have experience in reading a TIFF Header using VB .Net or C#.Net? If so, would you please post some sample code.
I have single TIFF's that have data imbedded in them and need to extract that data.
Thanks.:)
Have you check www for TIFF?
http://www.libtiff.org/
http://home.earthlink.net/~ritter/tiff/
maybe this helps.
here is some codes and samples about to to read tiff header in vb.net. check out.
i mean tiff reader , you can find here.