From 61b5eea82cdb405912a0923c2ebe3f4c7c3a126a Mon Sep 17 00:00:00 2001 From: Eric Soroos Date: Mon, 2 Oct 2017 11:49:53 +0000 Subject: [PATCH] sgi release notes --- docs/releasenotes/4.3.0.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/releasenotes/4.3.0.rst b/docs/releasenotes/4.3.0.rst index c7f4f9e4c..649135922 100644 --- a/docs/releasenotes/4.3.0.rst +++ b/docs/releasenotes/4.3.0.rst @@ -101,6 +101,16 @@ Pillow now can read 16-bit signed integer single channel TIFF files. The image data is promoted to 32-bit for storage and processing. +SGI Images +^^^^^^^^^^ + +Pillow can now read and write uncompressed 16-bit multichannel SGI +images to and from RGB and RGBA formats. The image data is truncated +to 8-bit precision. + +Pillow can now read RLE encoded SGI images in both 8 and 16-bit +precision. + Performance ^^^^^^^^^^^