2005.03.03 17:19 "[Tiff] LibTIFF question", by Kalman Miklos

2005.03.03 18:11 "Re: [Tiff] LibTIFF question", by Kalman Miklos

No it is not documented. That's my problem. I just want to read the information stored in the tag. I know the tag ID and just want a simple char* buffer that I can read. There must be an easy way to do this in LibTiff isn't there?

If I use int* data wouldn't that make it a 4 byte array? I tried with char buf[200], but all I got was 3 bytes which is not correct, since the data should contain 121 bytes. Maybe even a read raw function would be good.

Any ideas?

Miklos