From ab76e11fe1572d7f5ae667d0ae6da4e22d92f2f5 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 6 Mar 2016 15:00:27 +1100 Subject: [PATCH] Fixed typo [ci skip] --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 7b2f37acf..5bee03ba4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2421,7 +2421,7 @@ Pre-fork + Added experimental "RGBa" mode support. An "RGBa" image is an RGBA image where the colour components - have have been premultipled with the alpha value. PIL allows + have have been premultiplied with the alpha value. PIL allows you to convert an RGBA image to an RGBa image, and to paste RGBa images on top of RGB images. Since this saves a bunch of multiplications and shifts, it is typically about twice