8000 Tags · quintagroup/python-docx · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: quintagroup/python-docx

Tags

v0.8.13

Toggle v0.8.13's commit message
feat(image): Add support for JPEG images with DQT marker

- Implement Dqt class to handle JPEG images with Define Quantization Table marker
- Use Pillow library to extract image metadata for non-standard JPEG formats
- Update image parsing logic to recognize and process DQT-marked JPEG files
- Enhance compatibility with various JPEG formats in document processing

This change improves the library's ability to handle a wider range of JPEG
images, particularly those that don't conform to standard JFIF or Exif formats.
0