2004.03.05 04:51 "[Tiff] I need hints", by 三浦 高志

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