| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-05-13 | jpeg-utils: Don't override Exif.CanonSi.ApertureValue | Tomas Bzatek | 1 | -2/+0 | |
| Newer exiv2 versions don't like it. Sadly this will fail whole metadata write, stating plain "Failed to write image" error. | |||||
| 2019-05-13 | Plug some memory leaks | Tomas Bzatek | 1 | -2/+3 | |
| 2019-05-13 | jpeg-utils: Port to gexiv2 | Tomas Bzatek | 1 | -0/+992 | |
| The gexiv2 library is just a GObject wrapper around exiv2 library. It's a healthy project that continually keeps up with exiv2 API changes. Adopted by e.g. GIMP there's certain guarantee of future maintenance. This allows us to get rid of C++ code, making it more readable and predictable. | |||||
