From e06600d17677a15aaa8413c298c2dd73294442c7 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Tue, 26 Nov 2013 14:51:07 -0800 Subject: [PATCH] Docs: saving RGB+transparency works --- docs/handbook/image-file-formats.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/handbook/image-file-formats.rst b/docs/handbook/image-file-formats.rst index d0595711e..5f47f647a 100644 --- a/docs/handbook/image-file-formats.rst +++ b/docs/handbook/image-file-formats.rst @@ -187,9 +187,9 @@ The :py:meth:`~PIL.Image.Image.save` method supports the following options: possible. This includes extra processing in order to find optimal encoder settings. -**transparency** - For ``P`` and ``L`` images, this option controls what color image to mark as - transparent. +**transparency** + 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,