exiv2 icon indicating copy to clipboard operation
exiv2 copied to clipboard

Image metadata library and tools

Results 198 exiv2 issues
Sort by recently updated
recently updated
newest added

Refer to Digikam Bug: https://bugs.kde.org/show_bug.cgi?id=451466 An image file with XMP metadata for Google depth-map (Images taken in Portrait mode) gets corrupted when metadata is modified in Digikam (likely exiv2 issue)...

Hi, Another issue came up after installing exiv2 on Debian 10 with GCC 8.3 (even if tests failed on #2134, I can still install and link up to the lib)....

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...

request
makerNote
prettyPrinter

##### **Is your feature request related to a problem?** Provide an easy way for appreciative users to donate money to Exiv2. Although Exiv2 is a background library and unlikely to...

request

Hi, Not sure if this is categorized correctly but it would be appreciated if you could at least add one BSD-distro to CI such as FreeBSD (I know MacOS is...

CI
request
good first issue

https://github.com/Exiv2/exiv2/pull/1919 added preliminary support for JPEG-XR images. As it was pointed out in that PR, we should probably take this out to a proper new format and source file, like...

imageHandler

##### **Is your feature request related to a problem?** We are adding a CI job to perform static analysis checks to our project via PVS-Studio: see #2061. At the moment...

CI
security (benign)
good first issue

Some data types allow keys to be repeated (e.g. `Iptc.Application2.Keywords`) but `findKey()` can only return an iterator pointing at the first datum. An overloaded `findKey()` method with a `start` or...

request

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...

request

The installation of conan can take a huge amount of time in CI jobs (specially on windows ones): ![image](https://user-images.githubusercontent.com/102645/153776464-21b96849-8db9-443b-b61b-a3552127cf21.png) As we are doing already in some jobs with the conan-cache,...

CI