| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
2004.03.05 04:51 "I need hints", by <miura@sp.hudson.co.jp>I need helpful imformations. I want to read EXIF data pointed by ExifIFDPointer(34665) in a tiff file. I tried this as below and failed. (libtif v.3.6.1) unsigned short count; int *d, n; TIFFGetField(tifread, 34665, &count, &d); n=TIFFSetSubDirectory(tifread, *d); I got the values : count = 1, *d = 0x23a2 and n = 0. Best regards, ------------------------------------------ 三浦 高志 E-Mail:miura@sp.hudson.co.jp TEL:011-591-4549 FAX:011-591-4528 ------------------------------------------ |
|||||||