norbertwg
9ca161d1e5
Rename resp. remove duplicate exif keys ( #2434 )
...
* rename resp. remove duplicate Exif keys
Duplicate key names with different tag are renamed
Following most of the existing entries, the key with higher tag number
is renamed to ...2.
Exceptions: Canon.CustomFunctions,Olympus.ImageHeight,Olympus.ImageWidth
In the available images samples only the key with higher tag number is
used, so changing the other has less impact on test data and also on
users.
Canon.WhiteBalanceTable with tag 0x00a4 was listed twice, once with
description "SharpnessTable". The entry with the deviating description
is deleted.
* clang format
* adjust test output files (after merge with Exiv2)
* add Exif.NikonLd4.FocusDistance to EasyAccess API
* clang format
3 years ago
Peter
ccebe7936e
Update Nikon flash tags ( #2274 )
3 years ago
Viktor Schneider
73a1a0ec21
Merge remote-tracking branch 'origin'
3 years ago
Peter
dc4ae73013
Add tag description option to exiv2 app ( #2279 )
...
* Add `tagDesc()` to (Exif|Xmp|Iptc) Datums and Keys
* Add `--Print d` option to exiv2 app
* Add testing for all exiv2 application `--Print` options
* Update manpage
3 years ago
Viktor Schneider
37dc2ee2d7
update test/data/test_reference_files/exiv2-test.out
3 years ago
Viktor Schneider
fe0f0fb78c
apply fujifilm tag changes to exiv2-test.out
3 years ago
Luis Díaz Más
405f4b5f1b
Remove Util::dirname and finally the util files
3 years ago
Luis Díaz Más
1b912fa887
get rid of suffix
3 years ago
Robin Mills
e1889e39bd
Fixing tests. test_issue_981.py is now running all 6 commands. The output Key has correctly changed. The type and value are wrong.
...
```bash
730 rmills@rmillsmm-local:~/gnu/github/exiv2/update_canon_tags_2/build $ env DYLD_LIBRARY_PATH=$PWD/lib bin/exiv2 -g InfoSize ../test/data/*981*a.exv
Exif.CanonAf2Id.AFInfoSize SLong 1 131168
731 rmills@rmillsmm-local:~/gnu/github/exiv2/update_canon_tags_2/build $ exiv2 -g InfoSize ../test/data/*981*a.exv
Exif.Canon.AFInfoSize SShort 1 96
732 rmills@rmillsmm-local:~/gnu/github/exiv2/update_canon_tags_2/build $
```
3 years ago
Luis Díaz Más
d19e2d42df
Use AutoRotate
3 years ago
Luis Díaz Más
e625f331f9
Include CanonFlashInfo (somehow missing after cherry-picking)
3 years ago
Alex Esseling
4977b7d5c3
controlmode added
3 years ago
Alex Esseling
b0cb14af5e
adding OpticalZoomCode
3 years ago
Alex Esseling
5f96ff0bdc
adding exposurecompensation
3 years ago
Alex Esseling
ea57df5cee
Exif.CanonSi.NDFilter
3 years ago
Alex Esseling
372f65e1dd
Exif.CanonSi.FlashOutput
3 years ago
Alex Esseling
58fd86fd2d
Exif.Canon.CanonFlashInfo
3 years ago
Alex Esseling
eb5221e8fb
Exif.CanonSi.SelfTimer2
3 years ago
Alex Esseling
d29a09e67d
Exif.CanonSi.NDFilter
3 years ago
Alex Esseling
3c7c12ff13
Exif.CanonCs.PhotoEffect
3 years ago
Alex Esseling
378041a42d
Exif.CanonCs.SpotMeteringMode
3 years ago
Alex Esseling
6e35cf9e29
Exif.Canon.CanonFlashInfo
3 years ago
Alex Esseling
23293064bb
work on canon tags
3 years ago
Christoph Hasse
d0131ebb75
move test reference files into their own subdirectory
3 years ago