exiv2
exiv2 copied to clipboard
Image metadata library and tools
Transcribe all tags (except for `LensID`) from main ExifTool Sony group into Exiv2. Changes include: - Rename `ColorReproduction` -> `CreativeStyle` and `LongExposureNoiseReduction` -> `FocusMode3` to reflect use. - Rename `0x*`...
##### **Describe the bug** On an Andoid-shot MP4 file exiv2 reports "corrupted metadata" while exiftool can extract them all. ##### **To Reproduce** Steps to reproduce the behavior: 1. Download the...
Use new `update-pot` target contributed by @cjwatson (#1907) to update `exiv2.pot`.
+ Update `Exif.NikonFl7.*` tags + Add `Exif.NikonFl6` group (with help from ExifTool) + Remove Exif groups list from the manpage instead of adding new `NikonFl6` group + Add `NikonFl6` to...
##### **Describe the bug** Unable to set value for `OffsetTime` ##### **To Reproduce** `exifData["Exif.Photo.OffsetTime"] = "01:00:00";` terminate called after throwing an instance of 'Exiv2::BasicError' what(): Invalid tag name or ifdId...
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...
Does anybody here know why this `-1` adjustment is needed in `WebPImage::inject_VP8X`? https://github.com/Exiv2/exiv2/blob/a5c521ea572fb7c3eba3437cf9b77e62bf39c19e/src/webpimage.cpp#L764 Most of the time, it looks like it's cancelling the corresponding `+1` adjustments in `WebPImage::doWriteMetadata`, like this...
##### **Is your feature request related to a problem?** Well it depends, if "unable to rename videos" is considered a problem then yes. ##### **Describe the solution you would like**...
These carry color space information and extend iCCP, defined in latest extensions incorporated into the spec: https://w3c.github.io/PNG-spec/ ~~There seems to also be an iCCN chunk, see also https://github.com/w3c/ColorWeb-CG/blob/master/hdr-in-png-requirements.md#decoder (TBC if...