mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
Updated capitalisation
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
c39e545949
commit
8264aa81d9
|
@ -439,27 +439,27 @@ class ImageFileDirectory_v2(MutableMapping):
|
||||||
|
|
||||||
* ``self.tagtype = {}``
|
* ``self.tagtype = {}``
|
||||||
|
|
||||||
* Key: numerical tiff tag number
|
* Key: numerical TIFF tag number
|
||||||
* Value: integer corresponding to the data type from
|
* Value: integer corresponding to the data type from
|
||||||
:py:data:`.TiffTags.TYPES`
|
:py:data:`.TiffTags.TYPES`
|
||||||
|
|
||||||
.. versionadded:: 3.0.0
|
.. versionadded:: 3.0.0
|
||||||
|
|
||||||
'internal' data structures:
|
'Internal' data structures:
|
||||||
|
|
||||||
* ``self._tags_v2 = {}``
|
* ``self._tags_v2 = {}``
|
||||||
|
|
||||||
* Key: numerical tiff tag number
|
* Key: numerical TIFF tag number
|
||||||
* Value: decoded data, as tuple for multiple values
|
* Value: decoded data, as tuple for multiple values
|
||||||
|
|
||||||
* ``self._tagdata = {}``
|
* ``self._tagdata = {}``
|
||||||
|
|
||||||
* Key: numerical tiff tag number
|
* Key: numerical TIFF tag number
|
||||||
* Value: undecoded byte string from file
|
* Value: undecoded byte string from file
|
||||||
|
|
||||||
* ``self._tags_v1 = {}``
|
* ``self._tags_v1 = {}``
|
||||||
|
|
||||||
* Key: numerical tiff tag number
|
* Key: numerical TIFF tag number
|
||||||
* Value: decoded data in the v1 format
|
* Value: decoded data in the v1 format
|
||||||
|
|
||||||
Tags will be found in the private attributes ``self._tagdata``, and in
|
Tags will be found in the private attributes ``self._tagdata``, and in
|
||||||
|
|
Loading…
Reference in New Issue
Block a user