| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.21.0 source code.tar.gz | 2026-07-15 | 2.8 MB | |
| 2.21.0 source code.zip | 2026-07-15 | 3.3 MB | |
| README.md | 2026-07-15 | 2.4 kB | |
| Totals: 3 Items | 6.1 MB | 10 | |
What's Changed
- Replace custom number formatting in IccDescriptor with String.format by @drewnoakes with @Copilot in https://github.com/drewnoakes/metadata-extractor/pull/721
- Fix OOM DoS vector in BmpHeaderDescriptor.formatHex via unbounded digits parameter by @drewnoakes with @Copilot in https://github.com/drewnoakes/metadata-extractor/pull/722
- Normalize sign to numerator in Rational.toString() by @drewnoakes with @Copilot in https://github.com/drewnoakes/metadata-extractor/pull/724
- Extract IPTC metadata from PNG text chunks by @drewnoakes with @Copilot in https://github.com/drewnoakes/metadata-extractor/pull/723
- Tolerate duplicate PNG chunks that are not allowed to appear multiple times by @drewnoakes with @Copilot in https://github.com/drewnoakes/metadata-extractor/pull/725
- Null-check and length-guard getPowerUpTimeDescription by @drewnoakes with @Copilot in https://github.com/drewnoakes/metadata-extractor/pull/727
- Move DisposalMethod description logic to GifControlDescriptor by @drewnoakes with @Copilot in https://github.com/drewnoakes/metadata-extractor/pull/729
- Port .NET RiffReader.processChunks error checking to Java by @drewnoakes with @Copilot in https://github.com/drewnoakes/metadata-extractor/pull/728
- Fix NPE in ItemLocationBox when offset_size/length_size is 0 (valid AVIF) by @hanskr in https://github.com/drewnoakes/metadata-extractor/pull/732
- Harden ICO parsing against oversized image counts by @drewnoakes with @Copilot in https://github.com/drewnoakes/metadata-extractor/pull/734
- Support LONG8 and SLONG8 TIFF data formats by @dschmidt in https://github.com/drewnoakes/metadata-extractor/pull/739
- Detect QuickTime files that lack a leading ftyp box by @dschmidt in https://github.com/drewnoakes/metadata-extractor/pull/736
- Add basic MP4 udta metadata (Title, Comment, Subtitle, Rating, Category, Mood) by @drewnoakes in https://github.com/drewnoakes/metadata-extractor/pull/740
New Contributors
- @drewnoakes with @Copilot made their first contribution in https://github.com/drewnoakes/metadata-extractor/pull/721
- @hanskr made their first contribution in https://github.com/drewnoakes/metadata-extractor/pull/732
- @dschmidt made their first contribution in https://github.com/drewnoakes/metadata-extractor/pull/739
Full Changelog: https://github.com/drewnoakes/metadata-extractor/compare/2.20.0...2.20.1