Tags: quintagroup/python-docx
Tags
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.