Miloš Komarčević
44c3aab2dc
Add OM System MakerNote test
...
(manually adapted from 18e2b9a6bb305854bfe05d0275425ad3699ea757)
3 years ago
Luis Díaz Más
e7478f744d
Jp2Image: Implement more checks from JP2 standard + fix bug
...
- add debug info when parsing Signature box
- Move definitions & static stuff to anonymous namespace
- cleanup while studying code
- Make exceptions more similar to other formats
3 years ago
Miloš Komarčević
134c4767b1
Update tests after XMP stripping
3 years ago
Robin Mills
9bf4967e5c
Merge pull request #2110 from mallman/nikon_ContrastDetectAFInFocus
...
Make Nikon ContrastDetectAFInFocus tags Bytes that print as "Yes" or "No"
3 years ago
Peter
d17b7e4484
Fix test_pr_1905.py for native 2019msvc64 ( #2108 ) ( #2112 )
...
* Fix test_pr_1905.py for native 2019msvc64 (#2108 )
* Move test_pr_1905_poc1_ref.out to reference dir
3 years ago
Michael Allman
a3e2410b88
Print value of ContrastDetectAFInFocus as Yes/No. Change internal
...
selection logic for NikonAf2* from tag data length to group version
3 years ago
Michael Allman
9541a89b13
Make Exif.NikonAf2.ContrastDetectAFInFocus and
...
Exif.NikonAf22.ContrastDetectAFInFocus byte types
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
2f135f7e4b
Fix regressionTests with modified reference files. `cp test/tmp/* test/data/test_reference_files/`
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
df29a7667d
fix typo Optical Zoom Code
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
b318b9de65
feat(testing): add a new extensive regression test that runs exiv2 over every test file we have
3 years ago
Christoph Hasse
d0131ebb75
move test reference files into their own subdirectory
3 years ago