AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
March 2004

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



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
------------------------------------------