Skip to content

Commit a7e8a38

Browse files
committed
Mention PsdImagePlugin as a plugin using multiple tiles
1 parent 0cd5507 commit a7e8a38

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/handbook/writing-your-own-image-plugin.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,12 @@ The ``tile`` attribute
123123
To be able to read the file as well as just identifying it, the ``tile``
124124
attribute must also be set. This attribute consists of a list of tile
125125
descriptors, where each descriptor specifies how data should be loaded to a
126-
given region in the image. In most cases, only a single descriptor is used,
127-
covering the full image.
126+
given region in the image.
127+
128+
In most cases, only a single descriptor is used, covering the full image.
129+
:py:class:`.PsdImagePlugin.PsdImageFile` uses multiple tiles to combine
130+
channels within a single layer, given that the channels are stored separately,
131+
one after the other.
128132

129133
The tile descriptor is a 4-tuple with the following contents::
130134

0 commit comments

Comments
 (0)