Documentation for GBR

This commit is contained in:
wiredfool 2016-01-08 07:25:42 -08:00
parent 25428afb70
commit 00dc657824

View File

@ -660,14 +660,17 @@ into account.
GBR GBR
^^^ ^^^
The GBR decoder reads GIMP brush files. The GBR decoder reads GIMP brush files, version 1 and 2.
The :py:meth:`~PIL.Image.Image.open` method sets the following The :py:meth:`~PIL.Image.Image.open` method sets the following
:py:attr:`~PIL.Image.Image.info` properties: :py:attr:`~PIL.Image.Image.info` properties:
**description** **comment**
The brush name. The brush name.
**spacing**
The spacing between the brushes, in pixels. Version 2 only.
GD GD
^^ ^^