File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -1569,6 +1569,31 @@ IPTC/NAA
15691569
15701570Pillow provides limited read support for IPTC/NAA newsphoto files.
15711571
1572+ JPEG XL
1573+ ^^^^^^^
1574+
1575+ Pillow identifies and reads JPEG XL files. Requires libjxl version **0.9.0 ** or
1576+ greater.
1577+
1578+ The :py:meth: `~PIL.Image.open ` method sets the following
1579+ :py:attr: `~PIL.Image.Image.info ` properties:
1580+
1581+ **duration **
1582+ The delay (in milliseconds) between each frame.
1583+
1584+ **exif **
1585+ Raw EXIF data from the image.
1586+
1587+ **icc_profile **
1588+ The ICC color profile for the image.
1589+
1590+ **timestamp **
1591+ The time of the current frame. This is the sum of the duration of all previous
1592+ frames.
1593+
1594+ **xmp **
1595+ Raw XMP data from the image.
1596+
15721597MCIDAS
15731598^^^^^^
15741599
You can’t perform that action at this time.
0 commit comments