Frameright / Frameright/php-image-metadata-parser
Add support for JPEG ExtendedXMP
Open
enhancement
- Dominant language
- PHP
- Stars
- 11
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
[The parser](https://github.com/AurelienLourot/image/blob/master/src/Format/JPEG.php#L330) currently assumes that the entire XML is contained in one segment, however a segment is limited to 64KB, see XMP Specification part 3. In rare instances, the XML may be longer than 64KB and require to be splitted according to the ExtendedXMP definition.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.