Package: exif
Version: 0.6.9-5
Severity: minor

Exif might have some problem with some times. jhead differentiates
whereas exif just lumps?:

$ find . -newer *82* ! -newer *95*|xargs jhead|sort|uniq -c|grep -i re\ time
      1 Exposure time: 1.410 s
      1 Exposure time: 1.490 s
      8 Exposure time: 2.000 s
      1 Exposure time: 4.000 s
$ find . -newer *82* ! -newer *95*|xargs exif |sort|uniq -c|grep -i re\ time
      2 Exposure Time       |1 sec.
      8 Exposure Time       |2 sec.
      1 Exposure Time       |4 sec.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to