| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2023-11-20 | 2.1 kB | |
| v2.19.0 source code.tar.gz | 2023-11-20 | 2.8 MB | |
| v2.19.0 source code.zip | 2023-11-20 | 3.3 MB | |
| Totals: 3 Items | 6.0 MB | 10 | |
What's Changed
- Update ExifDirectoryBase.java. Added Exif 0x4749 (Rating Percent). by @Skyfish1 in https://github.com/drewnoakes/metadata-extractor/pull/587
- Fix ClassCastException when parsing Apple metadata of unexpected type by @mveunen in https://github.com/drewnoakes/metadata-extractor/pull/589
- In case of an ico file a height or with of 0 actually means 256 by @mveunen in https://github.com/drewnoakes/metadata-extractor/pull/592
- Fix PNG iTXt encoding issue by @drewnoakes in https://github.com/drewnoakes/metadata-extractor/pull/611
- Set up GitHub actions for CI builds by @drewnoakes in https://github.com/drewnoakes/metadata-extractor/pull/613
- Fix Exif thumbnail offset by @drewnoakes in https://github.com/drewnoakes/metadata-extractor/pull/612
- Fix encoding problem when CodedCharacterSet is set to "ESC - A" by @kenwa in https://github.com/drewnoakes/metadata-extractor/pull/615
- Fujifilm enhancements by @danielsz in https://github.com/drewnoakes/metadata-extractor/pull/619
- Identify some unknown Nikon makernote tags by @drewnoakes in https://github.com/drewnoakes/metadata-extractor/pull/622
- fix:set locale to en/us to format numbers with ".", not "," by @TSGames in https://github.com/drewnoakes/metadata-extractor/pull/625
- Nikon PictureControl directory extraction by @gtiwari333 in https://github.com/drewnoakes/metadata-extractor/pull/635
New Contributors
- @Skyfish1 made their first contribution in https://github.com/drewnoakes/metadata-extractor/pull/587
- @mveunen made their first contribution in https://github.com/drewnoakes/metadata-extractor/pull/589
- @kenwa made their first contribution in https://github.com/drewnoakes/metadata-extractor/pull/615
- @danielsz made their first contribution in https://github.com/drewnoakes/metadata-extractor/pull/619
- @TSGames made their first contribution in https://github.com/drewnoakes/metadata-extractor/pull/625
- @gtiwari333 made their first contribution in https://github.com/drewnoakes/metadata-extractor/pull/635
Full Changelog: https://github.com/drewnoakes/metadata-extractor/compare/2.18.0...2.19.0