Robin Mills
Robin Mills
This is a single file of 297 lines. ``` 728 rmills@rmillsm1:~/gnu/github/exiv2/0.27-maintenance/conan-build $ wc ../src/ini* 297 1097 8513 ../src/ini.cpp 729 rmills@rmillsm1:~/gnu/github/exiv2/0.27-maintenance/conan-build $ ``` I found this somewhere on the internet and...
This is discussed in my book and solved in tvisitor. The book discusses two schemes from Adobe and AGFA. We should only implement the Adobe scheme as it is defined...
I received the following email: _Hi Mr. Mills,_ _Some time ago, I contacted a developer of your cousin project exiftool, because I had managed to decode some private Nikon data...
I added a vector of keys (in src/exif.cpp) which must not be written by writeMetata(). ```cpp WriteMethod ExifParser::encode( Blob& blob, const byte* pData, uint32_t size, ByteOrder byteOrder, const ExifData& exifData...
We've had a generous offer from Mica and/or Pat to host exiv2.org on their server. Currently it's hosted on AWS and I pay about $20/month _(depends on bandwidth)_. Let's move...
Exiv2 has been shipping with a copy of the Adobe XMPsdk for a very long time. We don't include the code of any other dependency (expat, libz, libiconv and others)....
| Item | Comment | More Information | |:-- |:-- |:-- | | Exiv2 v1.00 | Scheduled: 2022 | https://github.com/Exiv2/exiv2/issues/1466#issuecomment-811787134 | | Exiv2 v0.27.6 | Released: 2023-01-18 | https://github.com/Exiv2/exiv2/issues/2406#issuecomment-1383302378 |...
I've never understood the advantage in removing vowels from symbol names. It's a relic of UNIX in 1968 or something. It's difficult to type and makes no sense. Doing this...
We announced in v0.27 (and the the five dots), that the API for v0.28 (now to be called v1.00) will change. There's a mix of size_t, uint32_t, long, int, uint64_t...
The code should be "modernised" for v1.00. The priority feature is to drop support for C++98 and replace auto_ptr with unique_ptr. In 2018, KDE requested C++11 and it is desirable...