Robin Mills
a8b549f7df
Remove debugging code.
2020-11-26 13:28:03 +00:00
Robin Mills
45119e3260
WIP: working to understand how to support tiffIfd in tiffvisitor_int.cpp
2020-11-25 16:41:03 +00:00
Robin Mills
76514a1654
WIP #1402 rafimage::printStructure() improved formatting.
2020-11-24 20:51:43 +00:00
Robin Mills
e045fd666a
Merge pull request #1389 from Exiv2/fix_929_exif2.31_0.27
...
fix_929_exif2.32_0.27
2020-11-21 12:47:44 +00:00
Robin Mills
5f9daf725b
Moved orphaned declaration of exifGPSDirRef.
2020-11-21 10:15:20 +00:00
Miloš Komarčević
c688ed448d
Moved ambient tags to Exif only list, other refactoring
...
Handle more TIFF/EP vs Exif differences
Moved translated values (GPS, Exif) closer to their respective lists
2020-11-20 21:22:41 +01:00
Robin Mills
829ed7da15
Clarified definition and use of enum SectionId @kmilos: please review/approve.
2020-11-20 10:02:32 +00:00
Robin Mills
4017f79c83
Merge pull request #1400 from Exiv2/fix_1393_iptc_tags_web_0.27
...
fix_1393_iptc_tags_web_0.27
2020-11-19 15:52:17 +00:00
Robin Mills
4c52891549
Fix tag GPSHPositioningError to use printValue() pretty-printer.
2020-11-19 15:48:14 +00:00
Robin Mills
a59a382961
I hope I've made a better job of this at this attempt. I don't thing the "section" enum is of much importance. I don't believe anything in particular is done with with it.
...
```cpp
/*!
@brief Section identifiers to logically group tags. A section consists
of nothing more than a name, based on the Exif standard.
*/
enum SectionId { sectionIdNotSet,
imgStruct, recOffset, imgCharacter, otherTags, exifFormat,
exifVersion, imgConfig, userInfo, relatedFile, dateTime,
captureCond, gpsTags, iopTags, mpfTags, makerTags, dngTags, panaRaw,
tiffEp, tiffPm6, adobeOpi,
lastSectionId };
```
I pleased with the documentation and drawing I have added to the book concerning the Exif Specification.
https://clanmills.com/exiv2/book/#Exif
2020-11-19 15:40:50 +00:00
Robin Mills
e887b6487f
fix_1393_iptc_tags_web_0.27
2020-11-19 09:21:56 +00:00
Robin Mills
35d4c595b0
Merge pull request #1399 from FreddieWitherden/0.27-maintenance
...
Add support for Sony lens aberration correction parameters (0.27 backport).
2020-11-19 08:40:57 +00:00
Freddie Witherden
ff0dc4b1df
Add support for Sony lens aberration correction parameters.
2020-11-18 16:40:24 -06:00
Miloš Komarčević
52257eb986
Merge pull request #1392 from kmilos/dng_tag_values_cfa
...
Add remaining DNG 1.3 tag values
2020-11-17 23:46:19 +01:00
Miloš Komarčević
12f7002493
Minor DNG related changes after review
2020-11-17 20:10:13 +01:00
Miloš Komarčević
e92d5f2e61
Add remaining DNG 1.3 tag values
2020-11-17 09:46:49 +01:00
Miloš Komarčević
8cf241ca46
Update CalibrationIlluminant test
2020-11-12 12:45:20 +01:00
Miloš Komarčević
682927ee25
Also use existing light source pretty print for DNG
2020-11-12 10:10:53 +01:00
Miloš Komarčević
2113dfeb8a
Add DNG CFALayout values
2020-11-10 18:59:50 +01:00
Robin Mills
6ee023a823
Merge pull request #1391 from kmilos/dng_tag_values
...
Add some DNG related tag values
2020-11-10 15:09:27 +00:00
Miloš Komarčević
04a9743a1c
Fix syntax error, improve value name style
2020-11-10 12:41:05 +01:00
Miloš Komarčević
a2a7ee2733
Add some DNG related tag values
2020-11-10 10:57:49 +01:00
clanmills
58ae0b0752
fix_929_exif2.31_0.27
2020-11-07 20:36:24 +00:00
Robin Mills
3e78cac3f4
Merge pull request #1384 from Exiv2/fix_1380_binary
...
Disable exiv2 option --binary (0.27->maintenance)
2020-11-06 07:58:44 +00:00
Robin Mills
d6e6ac5131
Merge pull request #1386 from kmilos/easyaccess_tiffep
...
Add more easy accessors for Exif & TIFF/EP overlap
2020-11-05 13:36:28 +00:00
Miloš Komarčević
1038e62a42
actions: simplify print summary using easyaccess
2020-11-05 12:10:36 +01:00
clanmills
6ec81f9bac
Updating man page.
2020-11-05 10:11:30 +00:00
clanmills
6982c0148e
Adding python test
2020-11-05 10:11:10 +00:00
Robin Mills
12a5c1c7ed
Merge pull request #1387 from kmilos/patch-1
...
Fix CanonFi typo in man page
2020-11-05 09:52:36 +00:00
Miloš Komarčević
f6abec4432
exiv2 pr uses easyaccess API (co-authored with clanmills)
2020-11-04 19:19:40 +01:00
Miloš Komarčević
3e9c74d227
Fix CanonFi typo in man page
2020-11-04 12:15:45 +01:00
Miloš Komarčević
ae3cda2dc8
Preserve trailing space in test_easyaccess.py output
2020-11-03 11:25:24 +01:00
Miloš Komarčević
5e92d5e078
Fix easyaccess-test
2020-11-03 11:03:46 +01:00
Miloš Komarčević
95c0df6c14
Test cover for added easyaccess methods
2020-11-03 09:04:15 +01:00
Miloš Komarčević
98f4effeea
Add DateTimeOriginal to easyaccess
2020-11-02 17:30:46 +01:00
Miloš Komarčević
189e0c9338
Add more easy accessors for Exif & TIFF/EP overlap
2020-11-02 10:25:19 +01:00
clanmills
bfee7abfc5
Disable exiv2 option --binary
2020-11-01 11:58:40 +00:00
Robin Mills
298aa86575
Merge pull request #1377 from Exiv2/feature_1372_support_env_variables
...
Fix_1372_env_vars_0.27
2020-10-24 05:49:43 +01:00
clanmills
985617cdfc
Adding support for VALGRIND and EXIV2_BINDIR
2020-10-23 17:30:56 +01:00
clanmills
43698f414b
Adding support for environment strings EXIV2_HTTP and EXIV2_PORT
2020-10-23 16:05:51 +01:00
clanmills
5d7b44dfaf
Disable OpenSUSE on CI. It's complaining about being unable to install the correct version of curl.
2020-10-23 13:44:21 +01:00
clanmills
9811c9d95c
Fixing EXIV2_PORT on MinGW/msys2.
2020-10-23 13:12:49 +01:00
clanmills
be62b4f4db
Fixing VERBOSE in environment (args.verbose==2 when set. args.verbose==0 when not set).
2020-10-22 17:05:54 +01:00
LeoHsiao
bae5032ba0
Merge branch 'feature_1372_support_env_variables' of https://github.com/Exiv2/exiv2 into feature_1372_support_env_variables
2020-10-22 23:00:55 +08:00
LeoHsiao
7abb8dbe0f
Cancel adding a newline when testing
2020-10-22 22:52:14 +08:00
clanmills
d6b029ad6e
Don't set --verbose in makefile. Don't treat exiv2_echo == VERBOSE.
2020-10-22 15:25:48 +01:00
LeoHsiao
da919e3d68
Set the default value for the variable VALGRIN to empty
2020-10-22 22:14:51 +08:00
clanmills
aa462f84d9
Fix handling of environment string VERBOSE
2020-10-22 13:27:43 +01:00
LeoHsiao
0c7d231752
let make python_tests runs in verbose mode
2020-10-22 19:23:51 +08:00
Robin Mills
21a0501e07
Merge pull request #1375 from olupton/add-olympus-m.zuiko-17mm-f1.2-pro
...
Add LensType entry for Olympus M.Zuiko Digital ED 17mm F1.2 Pro lens (0.27->master)
2020-10-22 06:20:56 +01:00