From 2987c5a7ebb00381693872fa10227082d5ab8056 Mon Sep 17 00:00:00 2001 From: Steve Johnson Date: Sun, 6 Oct 2013 22:39:02 -0700 Subject: [PATCH] Mention WebP on the supported formats page --- docs/handbook/image-file-formats.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/handbook/image-file-formats.rst b/docs/handbook/image-file-formats.rst index 0ac9a6559..1741b073a 100644 --- a/docs/handbook/image-file-formats.rst +++ b/docs/handbook/image-file-formats.rst @@ -262,6 +262,12 @@ dictionary of decoded TIFF fields. Values are stored as either strings or tuples. Note that only short, long and ASCII tags are correctly unpacked by this release. +WebP +^^^^ + +PIL reads and writes WebP files. The specifics of PIL's capabilities with this +format are currently undocumented. + XBM ^^^