File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -153,6 +153,12 @@ By default, :py:meth:`~PIL.Image.Image.getpalette` returns RGB data from the pal
153153A ``rawmode `` argument has been added, to allow the mode to be chosen instead. ``None ``
154154can be used to return data in the current mode of the palette.
155155
156+ Added PyEncoder
157+ ^^^^^^^^^^^^^^^
158+
159+ :py:class: `~PIL.ImageFile.PyEncoder ` has been added, allowing for file encoders to be
160+ written in Python.
161+
156162Other Changes
157163=============
158164
@@ -169,3 +175,10 @@ Image._repr_pretty_
169175``im._repr_pretty_ `` has been added to provide a representation of an image without the
170176identity of the object. This allows Jupyter to describe an image and have that
171177description stay the same on subsequent executions of the same code.
178+
179+ Added BLP saving
180+ ^^^^^^^^^^^^^^^^
181+
182+ Support has been added for saving BLP images. ``blp_version `` can be used to specify
183+ whether the image should be saved as BLP1 or BLP2, e.g.
184+ ``im.save("out.blp", blp_version="BLP1") ``. By default, BLP2 will be used.
You can’t perform that action at this time.
0 commit comments