Peter S
Peter S
I started a GIMP issue [#5948](https://gitlab.gnome.org/GNOME/gimp/-/issues/5948) last week to discuss this and mention some issues with the patch. Since then while looking at something else, I came across another potential...
One tag in this PR that may be of interest to darktable developers is [ExifTool's Sony LensSpec tag (0xb02a)](https://www.exiftool.org/TagNames/Sony.html). This is set by compatible lenses and the translated output contains...
Recently it was decided that we can add lenses to exiv2 without a corroborating image, so I looked at adding the ExifTool Sony/Minolta lenses. I formatted the ExifTool lenses into...
@kevinbackhouse: Thanks for the suggestion, I have made the changes.
@kevinbackhouse Thanks for taking the time to reviewing this, it was a big PR. As you are not confident about cameras tags, I will leave this for a couple of...
Great, thanks for looking at this. I will close this issue.
@piponazo I have also added exceptions when setting `ExifData`, `IptcData` and `XmpData` as we don't support this in BMFF files. Do I need to add tests to demonstrate this or...
@norbertwg Exiv2 has a [tests/README-TESTS](https://github.com/Exiv2/exiv2/blob/main/tests/README-TESTS.md) document that explains the Python testing. The `main` branch version of the doc maybe slightly different to the `0.27-maintenance` version. I'm not sure.
@norbertwg: > Using [tests/README-TESTS](https://github.com/Exiv2/exiv2/blob/main/tests/README-TESTS.md) I created some tests based on [easyaccess.py](https://github.com/Exiv2/exiv2/blob/main/tests/bash_tests/test_easyaccess.py). > > Using the example from the document, I got errors. > > Seems, the documentation needs an update....
@norbertwg > As I am rather new here, can you please explain what actions are required to "rebase" and who should do it? [Rebasing](https://www.simplilearn.com/what-is-git-rebase-command-article) involves updating your git branch with...