Added release notes

This commit is contained in:
Andrew Murray 2025-06-14 21:10:11 +10:00
parent 81ae70f972
commit c72ecde7b5

View File

@ -47,6 +47,13 @@ TODO
Other changes
=============
Added QOI saving
^^^^^^^^^^^^^^^^
Support has been added for saving QOI images. ``colorspace`` can be used to specify the
colorspace as sRGB with linear alpha, e.g. ``im.save("out.qoi", colorspace="sRGB")``.
By default, all channels will be linear.
Python 3.14 beta
^^^^^^^^^^^^^^^^