Docs: saving RGB+transparency works

This commit is contained in:
wiredfool 2013-11-26 14:51:07 -08:00
parent 0356741a29
commit e06600d176

View File

@ -188,8 +188,8 @@ The :py:meth:`~PIL.Image.Image.save` method supports the following options:
settings.
**transparency**
For ``P`` and ``L`` images, this option controls what color image to mark as
transparent.
For ``P``, ``L``, and ``RGB`` images, this option controls what
color image to mark as transparent.
**bits (experimental)**
For ``P`` images, this option controls how many bits to store. If omitted,