From 176c804b3900dab3332af5cd7b714eb8a3325830 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Wed, 19 Nov 2014 15:40:49 -0800 Subject: [PATCH] Note on info not used for saving [ci skip] --- docs/reference/Image.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/Image.rst b/docs/reference/Image.rst index 08af684d5..d868d26c5 100644 --- a/docs/reference/Image.rst +++ b/docs/reference/Image.rst @@ -193,4 +193,6 @@ Instances of the :py:class:`Image` class have the following attributes: operation affects the dictionary. If you need the information later on, keep a reference to the info dictionary returned from the open method. + Unless noted elsewhere, this dictionary does not affect saving files. + :type: :py:class:`dict`