Feature #1365
Feature Request fr Sigma 135mm f/1.8 DG Art Series
Start date:
23 Sep 2018
Due date:
% Done:
100%
Estimated time:
1.00 h
Description
Lens: Sigma 135mm f/1.8 DG Art Series[[https://www.sigma-foto.de/objektive/135mm-f18-dg-hsm-art/uebersicht/]]
Body: Nikon D750
exiv2 -pt _XFA9275.NEF | grep -ai lens
Exif.Nikon3.LensType Byte 1 D G
Exif.Nikon3.Lens Rational 4 85mm F1.4
Exif.Nikon3.LensFStops Undefined 4 7
Exif.NikonLd3.LensIDNumber Byte 1 200
Exif.NikonLd3.LensFStops Byte 1 F7.0
Files
History
Updated by Robin Mills about 3 years ago
- Category set to lens
- Status changed from New to Closed
- Assignee set to Robin Mills
- Target version set to 0.27
- % Done changed from 0 to 100
- Estimated time set to 1.00 h
Same answer as #1366.
722 rmills@rmillsmbp:~/gnu/github/exiv2/exiv2/build $ curl -O http://dev.exiv2.org/attachments/download/1245/_XFA9277.jpg
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 130k 0 130k 0 0 500k 0 --:--:-- --:--:-- --:--:-- 507k
723 rmills@rmillsmbp:~/gnu/github/exiv2/exiv2/build $ exiv2 -pa --grep lens/i _XFA9277.jpg
Exif.NikonLd3.LensIDNumber Byte 1 200
Exif.NikonLd3.LensFStops Byte 1 F7.0
Exif.Nikon3.LensType Byte 1 D G
Exif.Nikon3.Lens Rational 4 85mm F1.4
Exif.Nikon3.LensFStops Undefined 4 7
724 rmills@rmillsmbp:~/gnu/github/exiv2/exiv2/build $ ce ~/.exiv2
bbedit "/Users/rmills/.exiv2"
725 rmills@rmillsmbp:~/gnu/github/exiv2/exiv2/build $ cat ~/.exiv2
[nikon]
196=Sigma 85mm f/1.4 DG Art Series
200=Sigma 135mm f/1.8 DG Art Series
726 rmills@rmillsmbp:~/gnu/github/exiv2/exiv2/build $ exiv2 -pa --grep lens/i _XFA9277.jpg
Exif.NikonLd3.LensIDNumber Byte 1 Sigma 135mm f/1.8 DG Art Series
Exif.NikonLd3.LensFStops Byte 1 F7.0
Exif.Nikon3.LensType Byte 1 D G
Exif.Nikon3.Lens Rational 4 85mm F1.4
Exif.Nikon3.LensFStops Undefined 4 7
727 rmills@rmillsmbp:~/gnu/github/exiv2/exiv2/build $ dir _*.jpg
-rw-r--r--+ 1 rmills staff 130K 23 Sep 19:25 _XFA9277.jpg
-rw-r--r--+ 1 rmills staff 106K 23 Sep 19:16 _XFA9266.jpg
728 rmills@rmillsmbp:~/gnu/github/exiv2/exiv2/build $ exiv2 -pa --grep lens/i _*.jpg
_XFA9266.jpg Exif.NikonLd3.LensIDNumber Byte 1 Sigma 85mm f/1.4 DG Art Series
_XFA9266.jpg Exif.NikonLd3.LensFStops Byte 1 F6.3
_XFA9266.jpg Exif.Nikon3.LensType Byte 1 D G
_XFA9266.jpg Exif.Nikon3.Lens Rational 4 135mm F1.8
_XFA9266.jpg Exif.Nikon3.LensFStops Undefined 4 6.33333
_XFA9277.jpg Exif.NikonLd3.LensIDNumber Byte 1 Sigma 135mm f/1.8 DG Art Series
_XFA9277.jpg Exif.NikonLd3.LensFStops Byte 1 F7.0
_XFA9277.jpg Exif.Nikon3.LensType Byte 1 D G
_XFA9277.jpg Exif.Nikon3.Lens Rational 4 85mm F1.4
_XFA9277.jpg Exif.Nikon3.LensFStops Undefined 4 7
729 rmills@rmillsmbp:~/gnu/github/exiv2/exiv2/build $