From 6fd020a465cb7ff5acafb486d36f7b9c1c328758 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Sat, 31 Dec 2016 12:33:33 +0000 Subject: [PATCH] Added save docs for SGI --- docs/handbook/image-file-formats.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/handbook/image-file-formats.rst b/docs/handbook/image-file-formats.rst index cfb19a97a..21339e75f 100644 --- a/docs/handbook/image-file-formats.rst +++ b/docs/handbook/image-file-formats.rst @@ -471,6 +471,12 @@ PPM PIL reads and writes PBM, PGM and PPM files containing ``1``, ``L`` or ``RGB`` data. +SGI +^^^ + +Pillow reads and writes uncompressed ``L``, ``RGB``, and ``RGBA`` files. + + SPIDER ^^^^^^ @@ -807,10 +813,6 @@ PSD PIL identifies and reads PSD files written by Adobe Photoshop 2.5 and 3.0. -SGI -^^^ - -PIL reads uncompressed ``L``, ``RGB``, and ``RGBA`` files. TGA ^^^