mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-01 00:17:27 +03:00 
			
		
		
		
	fix module references
This commit is contained in:
		
							parent
							
								
									224ef2fadd
								
							
						
					
					
						commit
						b077850baa
					
				
							
								
								
									
										48
									
								
								docs/PIL.rst
									
									
									
									
									
								
							
							
						
						
									
										48
									
								
								docs/PIL.rst
									
									
									
									
									
								
							|  | @ -12,56 +12,56 @@ can be found here. | ||||||
| .. autoexception:: UnidentifiedImageError | .. autoexception:: UnidentifiedImageError | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`BdfFontFile` Module | :mod:`~PIL.BdfFontFile` Module | ||||||
| ------------------------- | ------------------------------ | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.BdfFontFile | .. automodule:: PIL.BdfFontFile | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`ContainerIO` Module | :mod:`~PIL.ContainerIO` Module | ||||||
| ------------------------- | ------------------------------ | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.ContainerIO | .. automodule:: PIL.ContainerIO | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`FontFile` Module | :mod:`~PIL.FontFile` Module | ||||||
| ---------------------- | --------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.FontFile | .. automodule:: PIL.FontFile | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`GdImageFile` Module | :mod:`~PIL.GdImageFile` Module | ||||||
| ------------------------- | ------------------------------ | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.GdImageFile | .. automodule:: PIL.GdImageFile | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`GimpGradientFile` Module | :mod:`~PIL.GimpGradientFile` Module | ||||||
| ------------------------------ | ----------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.GimpGradientFile | .. automodule:: PIL.GimpGradientFile | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`GimpPaletteFile` Module | :mod:`~PIL.GimpPaletteFile` Module | ||||||
| ----------------------------- | ---------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.GimpPaletteFile | .. automodule:: PIL.GimpPaletteFile | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`ImageDraw2` Module | :mod:`~PIL.ImageDraw2` Module | ||||||
| ------------------------ | ----------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.ImageDraw2 | .. automodule:: PIL.ImageDraw2 | ||||||
|     :members: |     :members: | ||||||
|  | @ -69,24 +69,24 @@ can be found here. | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`ImageTransform` Module | :mod:`~PIL.ImageTransform` Module | ||||||
| ---------------------------- | --------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.ImageTransform | .. automodule:: PIL.ImageTransform | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`PaletteFile` Module | :mod:`~PIL.PaletteFile` Module | ||||||
| ------------------------- | ------------------------------ | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.PaletteFile | .. automodule:: PIL.PaletteFile | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`PcfFontFile` Module | :mod:`~PIL.PcfFontFile` Module | ||||||
| ------------------------- | ------------------------------ | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.PcfFontFile | .. automodule:: PIL.PcfFontFile | ||||||
|     :members: |     :members: | ||||||
|  | @ -116,16 +116,16 @@ can be found here. | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| :mod:`TarIO` Module | :mod:`~PIL.TarIO` Module | ||||||
| ------------------- | ------------------------ | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.TarIO | .. automodule:: PIL.TarIO | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`WalImageFile` Module | :mod:`~PIL.WalImageFile` Module | ||||||
| -------------------------- | ------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.WalImageFile | .. automodule:: PIL.WalImageFile | ||||||
|     :members: |     :members: | ||||||
|  |  | ||||||
|  | @ -19,7 +19,7 @@ to this:: | ||||||
| 
 | 
 | ||||||
|     from PIL import Image |     from PIL import Image | ||||||
| 
 | 
 | ||||||
| The :py:mod:`_imaging` module has been moved. You can now import it like this:: | The :py:mod:`~PIL._imaging` module has been moved. You can now import it like this:: | ||||||
| 
 | 
 | ||||||
|     from PIL.Image import core as _imaging |     from PIL.Image import core as _imaging | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,10 +1,10 @@ | ||||||
| .. py:module:: PIL.ExifTags | .. py:module:: PIL.ExifTags | ||||||
| .. py:currentmodule:: PIL.ExifTags | .. py:currentmodule:: PIL.ExifTags | ||||||
| 
 | 
 | ||||||
| :py:mod:`ExifTags` Module | :py:mod:`~PIL.ExifTags` Module | ||||||
| ========================== | ============================== | ||||||
| 
 | 
 | ||||||
| The :py:mod:`ExifTags` module exposes two dictionaries which | The :py:mod:`~PIL.ExifTags` module exposes two dictionaries which | ||||||
| provide constants and clear-text names for various well-known EXIF tags. | provide constants and clear-text names for various well-known EXIF tags. | ||||||
| 
 | 
 | ||||||
| .. py:data:: TAGS | .. py:data:: TAGS | ||||||
|  |  | ||||||
|  | @ -1,8 +1,8 @@ | ||||||
| .. py:module:: PIL.Image | .. py:module:: PIL.Image | ||||||
| .. py:currentmodule:: PIL.Image | .. py:currentmodule:: PIL.Image | ||||||
| 
 | 
 | ||||||
| :py:mod:`Image` Module | :py:mod:`~PIL.Image` Module | ||||||
| ====================== | =========================== | ||||||
| 
 | 
 | ||||||
| The :py:mod:`~PIL.Image` module provides a class with the same name which is | The :py:mod:`~PIL.Image` module provides a class with the same name which is | ||||||
| used to represent a PIL image. The module also provides a number of factory | used to represent a PIL image. The module also provides a number of factory | ||||||
|  |  | ||||||
|  | @ -1,15 +1,15 @@ | ||||||
| .. py:module:: PIL.ImageChops | .. py:module:: PIL.ImageChops | ||||||
| .. py:currentmodule:: PIL.ImageChops | .. py:currentmodule:: PIL.ImageChops | ||||||
| 
 | 
 | ||||||
| :py:mod:`ImageChops` ("Channel Operations") Module | :py:mod:`~PIL.ImageChops` ("Channel Operations") Module | ||||||
| ================================================== | ======================================================= | ||||||
| 
 | 
 | ||||||
| The :py:mod:`ImageChops` module contains a number of arithmetical image | The :py:mod:`~PIL.ImageChops` module contains a number of arithmetical image | ||||||
| operations, called channel operations (“chops”). These can be used for various | operations, called channel operations (“chops”). These can be used for various | ||||||
| purposes, including special effects, image compositions, algorithmic painting, | purposes, including special effects, image compositions, algorithmic painting, | ||||||
| and more. | and more. | ||||||
| 
 | 
 | ||||||
| For more pre-made operations, see :py:mod:`ImageOps`. | For more pre-made operations, see :py:mod:`~PIL.ImageOps`. | ||||||
| 
 | 
 | ||||||
| At this time, most channel operations are only implemented for 8-bit images | At this time, most channel operations are only implemented for 8-bit images | ||||||
| (e.g. “L” and “RGB”). | (e.g. “L” and “RGB”). | ||||||
|  |  | ||||||
|  | @ -1,10 +1,10 @@ | ||||||
| .. py:module:: PIL.ImageCms | .. py:module:: PIL.ImageCms | ||||||
| .. py:currentmodule:: PIL.ImageCms | .. py:currentmodule:: PIL.ImageCms | ||||||
| 
 | 
 | ||||||
| :py:mod:`ImageCms` Module | :py:mod:`~PIL.ImageCms` Module | ||||||
| ========================= | ==============================m | ||||||
| 
 | 
 | ||||||
| The :py:mod:`ImageCms` module provides color profile management | The :py:mod:`~PIL.ImageCms` module provides color profile management | ||||||
| support using the LittleCMS2 color management engine, based on Kevin | support using the LittleCMS2 color management engine, based on Kevin | ||||||
| Cazabon's PyCMS library. | Cazabon's PyCMS library. | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,10 +1,10 @@ | ||||||
| .. py:module:: PIL.ImageColor | .. py:module:: PIL.ImageColor | ||||||
| .. py:currentmodule:: PIL.ImageColor | .. py:currentmodule:: PIL.ImageColor | ||||||
| 
 | 
 | ||||||
| :py:mod:`ImageColor` Module | :py:mod:`~PIL.ImageColor` Module | ||||||
| =========================== | ================================ | ||||||
| 
 | 
 | ||||||
| The :py:mod:`ImageColor` module contains color tables and converters from | The :py:mod:`~PIL.ImageColor` module contains color tables and converters from | ||||||
| CSS3-style color specifiers to RGB tuples. This module is used by | CSS3-style color specifiers to RGB tuples. This module is used by | ||||||
| :py:meth:`PIL.Image.new` and the :py:mod:`~PIL.ImageDraw` module, among | :py:meth:`PIL.Image.new` and the :py:mod:`~PIL.ImageDraw` module, among | ||||||
| others. | others. | ||||||
|  |  | ||||||
|  | @ -1,10 +1,10 @@ | ||||||
| .. py:module:: PIL.ImageDraw | .. py:module:: PIL.ImageDraw | ||||||
| .. py:currentmodule:: PIL.ImageDraw | .. py:currentmodule:: PIL.ImageDraw | ||||||
| 
 | 
 | ||||||
| :py:mod:`ImageDraw` Module | :py:mod:`~PIL.ImageDraw` Module | ||||||
| ========================== | =============================== | ||||||
| 
 | 
 | ||||||
| The :py:mod:`ImageDraw` module provides simple 2D graphics for | The :py:mod:`~PIL.ImageDraw` module provides simple 2D graphics for | ||||||
| :py:class:`~PIL.Image.Image` objects.  You can use this module to create new | :py:class:`~PIL.Image.Image` objects.  You can use this module to create new | ||||||
| images, annotate or retouch existing images, and to generate graphics on the | images, annotate or retouch existing images, and to generate graphics on the | ||||||
| fly for web use. | fly for web use. | ||||||
|  |  | ||||||
|  | @ -1,10 +1,10 @@ | ||||||
| .. py:module:: PIL.ImageEnhance | .. py:module:: PIL.ImageEnhance | ||||||
| .. py:currentmodule:: PIL.ImageEnhance | .. py:currentmodule:: PIL.ImageEnhance | ||||||
| 
 | 
 | ||||||
| :py:mod:`ImageEnhance` Module | :py:mod:`~PIL.ImageEnhance` Module | ||||||
| ============================= | ================================== | ||||||
| 
 | 
 | ||||||
| The :py:mod:`ImageEnhance` module contains a number of classes that can be used | The :py:mod:`~PIL.ImageEnhance` module contains a number of classes that can be used | ||||||
| for image enhancement. | for image enhancement. | ||||||
| 
 | 
 | ||||||
| Example: Vary the sharpness of an image | Example: Vary the sharpness of an image | ||||||
|  |  | ||||||
|  | @ -1,10 +1,10 @@ | ||||||
| .. py:module:: PIL.ImageFile | .. py:module:: PIL.ImageFile | ||||||
| .. py:currentmodule:: PIL.ImageFile | .. py:currentmodule:: PIL.ImageFile | ||||||
| 
 | 
 | ||||||
| :py:mod:`ImageFile` Module | :py:mod:`~PIL.ImageFile` Module | ||||||
| ========================== | =============================== | ||||||
| 
 | 
 | ||||||
| The :py:mod:`ImageFile` module provides support functions for the image open | The :py:mod:`~PIL.ImageFile` module provides support functions for the image open | ||||||
| and save functions. | and save functions. | ||||||
| 
 | 
 | ||||||
| In addition, it provides a :py:class:`Parser` class which can be used to decode | In addition, it provides a :py:class:`Parser` class which can be used to decode | ||||||
|  |  | ||||||
|  | @ -1,10 +1,10 @@ | ||||||
| .. py:module:: PIL.ImageFilter | .. py:module:: PIL.ImageFilter | ||||||
| .. py:currentmodule:: PIL.ImageFilter | .. py:currentmodule:: PIL.ImageFilter | ||||||
| 
 | 
 | ||||||
| :py:mod:`ImageFilter` Module | :py:mod:`~PIL.ImageFilter` Module | ||||||
| ============================ | ================================= | ||||||
| 
 | 
 | ||||||
| The :py:mod:`ImageFilter` module contains definitions for a pre-defined set of | The :py:mod:`~PIL.ImageFilter` module contains definitions for a pre-defined set of | ||||||
| filters, which can be be used with the :py:meth:`Image.filter() | filters, which can be be used with the :py:meth:`Image.filter() | ||||||
| <PIL.Image.Image.filter>` method. | <PIL.Image.Image.filter>` method. | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,10 +1,10 @@ | ||||||
| .. py:module:: PIL.ImageFont | .. py:module:: PIL.ImageFont | ||||||
| .. py:currentmodule:: PIL.ImageFont | .. py:currentmodule:: PIL.ImageFont | ||||||
| 
 | 
 | ||||||
| :py:mod:`ImageFont` Module | :py:mod:`~PIL.ImageFont` Module | ||||||
| ========================== | =============================== | ||||||
| 
 | 
 | ||||||
| The :py:mod:`ImageFont` module defines a class with the same name. Instances of | The :py:mod:`~PIL.ImageFont` module defines a class with the same name. Instances of | ||||||
| this class store bitmap fonts, and are used with the | this class store bitmap fonts, and are used with the | ||||||
| :py:meth:`PIL.ImageDraw.Draw.text` method. | :py:meth:`PIL.ImageDraw.Draw.text` method. | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,10 +1,10 @@ | ||||||
| .. py:module:: PIL.ImageGrab | .. py:module:: PIL.ImageGrab | ||||||
| .. py:currentmodule:: PIL.ImageGrab | .. py:currentmodule:: PIL.ImageGrab | ||||||
| 
 | 
 | ||||||
| :py:mod:`ImageGrab` Module | :py:mod:`~PIL.ImageGrab` Module | ||||||
| ========================== | =============================== | ||||||
| 
 | 
 | ||||||
| The :py:mod:`ImageGrab` module can be used to copy the contents of the screen | The :py:mod:`~PIL.ImageGrab` module can be used to copy the contents of the screen | ||||||
| or the clipboard to a PIL image memory. | or the clipboard to a PIL image memory. | ||||||
| 
 | 
 | ||||||
| .. versionadded:: 1.1.3 | .. versionadded:: 1.1.3 | ||||||
|  |  | ||||||
|  | @ -1,10 +1,10 @@ | ||||||
| .. py:module:: PIL.ImageMath | .. py:module:: PIL.ImageMath | ||||||
| .. py:currentmodule:: PIL.ImageMath | .. py:currentmodule:: PIL.ImageMath | ||||||
| 
 | 
 | ||||||
| :py:mod:`ImageMath` Module | :py:mod:`~PIL.ImageMath` Module | ||||||
| ========================== | =============================== | ||||||
| 
 | 
 | ||||||
| The :py:mod:`ImageMath` module can be used to evaluate “image expressions”. The | The :py:mod:`~PIL.ImageMath` module can be used to evaluate “image expressions”. The | ||||||
| module provides a single :py:meth:`~PIL.ImageMath.eval` function, which takes | module provides a single :py:meth:`~PIL.ImageMath.eval` function, which takes | ||||||
| an expression string and one or more images. | an expression string and one or more images. | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,10 +1,10 @@ | ||||||
| .. py:module:: PIL.ImageMorph | .. py:module:: PIL.ImageMorph | ||||||
| .. py:currentmodule:: PIL.ImageMorph | .. py:currentmodule:: PIL.ImageMorph | ||||||
| 
 | 
 | ||||||
| :py:mod:`ImageMorph` Module | :py:mod:`~PIL.ImageMorph` Module | ||||||
| =========================== | ================================ | ||||||
| 
 | 
 | ||||||
| The :py:mod:`ImageMorph` module provides morphology operations on images. | The :py:mod:`~PIL.ImageMorph` module provides morphology operations on images. | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.ImageMorph | .. automodule:: PIL.ImageMorph | ||||||
|     :members: |     :members: | ||||||
|  |  | ||||||
|  | @ -1,10 +1,10 @@ | ||||||
| .. py:module:: PIL.ImageOps | .. py:module:: PIL.ImageOps | ||||||
| .. py:currentmodule:: PIL.ImageOps | .. py:currentmodule:: PIL.ImageOps | ||||||
| 
 | 
 | ||||||
| :py:mod:`ImageOps` Module | :py:mod:`~PIL.ImageOps` Module | ||||||
| ========================== | ============================== | ||||||
| 
 | 
 | ||||||
| The :py:mod:`ImageOps` module contains a number of ‘ready-made’ image | The :py:mod:`~PIL.ImageOps` module contains a number of ‘ready-made’ image | ||||||
| processing operations. This module is somewhat experimental, and most operators | processing operations. This module is somewhat experimental, and most operators | ||||||
| only work on L and RGB images. | only work on L and RGB images. | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,10 +1,10 @@ | ||||||
| .. py:module:: PIL.ImagePalette | .. py:module:: PIL.ImagePalette | ||||||
| .. py:currentmodule:: PIL.ImagePalette | .. py:currentmodule:: PIL.ImagePalette | ||||||
| 
 | 
 | ||||||
| :py:mod:`ImagePalette` Module | :py:mod:`~PIL.ImagePalette` Module | ||||||
| ============================= | ================================== | ||||||
| 
 | 
 | ||||||
| The :py:mod:`ImagePalette` module contains a class of the same name to | The :py:mod:`~PIL.ImagePalette` module contains a class of the same name to | ||||||
| represent the color palette of palette mapped images. | represent the color palette of palette mapped images. | ||||||
| 
 | 
 | ||||||
| .. note:: | .. note:: | ||||||
|  |  | ||||||
|  | @ -1,10 +1,10 @@ | ||||||
| .. py:module:: PIL.ImagePath | .. py:module:: PIL.ImagePath | ||||||
| .. py:currentmodule:: PIL.ImagePath | .. py:currentmodule:: PIL.ImagePath | ||||||
| 
 | 
 | ||||||
| :py:mod:`ImagePath` Module | :py:mod:`~PIL.ImagePath` Module | ||||||
| ========================== | =============================== | ||||||
| 
 | 
 | ||||||
| The :py:mod:`ImagePath` module is used to store and manipulate 2-dimensional | The :py:mod:`~PIL.ImagePath` module is used to store and manipulate 2-dimensional | ||||||
| vector data. Path objects can be passed to the methods on the | vector data. Path objects can be passed to the methods on the | ||||||
| :py:mod:`~PIL.ImageDraw` module. | :py:mod:`~PIL.ImageDraw` module. | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,10 +1,10 @@ | ||||||
| .. py:module:: PIL.ImageQt | .. py:module:: PIL.ImageQt | ||||||
| .. py:currentmodule:: PIL.ImageQt | .. py:currentmodule:: PIL.ImageQt | ||||||
| 
 | 
 | ||||||
| :py:mod:`ImageQt` Module | :py:mod:`~PIL.ImageQt` Module | ||||||
| ======================== | ============================= | ||||||
| 
 | 
 | ||||||
| The :py:mod:`ImageQt` module contains support for creating PyQt5 or PySide2 QImage | The :py:mod:`~PIL.ImageQt` module contains support for creating PyQt5 or PySide2 QImage | ||||||
| objects from PIL images. | objects from PIL images. | ||||||
| 
 | 
 | ||||||
| .. versionadded:: 1.1.6 | .. versionadded:: 1.1.6 | ||||||
|  |  | ||||||
|  | @ -1,10 +1,10 @@ | ||||||
| .. py:module:: PIL.ImageSequence | .. py:module:: PIL.ImageSequence | ||||||
| .. py:currentmodule:: PIL.ImageSequence | .. py:currentmodule:: PIL.ImageSequence | ||||||
| 
 | 
 | ||||||
| :py:mod:`ImageSequence` Module | :py:mod:`~PIL.ImageSequence` Module | ||||||
| ============================== | =================================== | ||||||
| 
 | 
 | ||||||
| The :py:mod:`ImageSequence` module contains a wrapper class that lets you | The :py:mod:`~PIL.ImageSequence` module contains a wrapper class that lets you | ||||||
| iterate over the frames of an image sequence. | iterate over the frames of an image sequence. | ||||||
| 
 | 
 | ||||||
| Extracting frames from an animation | Extracting frames from an animation | ||||||
|  |  | ||||||
|  | @ -1,10 +1,10 @@ | ||||||
| .. py:module:: PIL.ImageShow | .. py:module:: PIL.ImageShow | ||||||
| .. py:currentmodule:: PIL.ImageShow | .. py:currentmodule:: PIL.ImageShow | ||||||
| 
 | 
 | ||||||
| :py:mod:`ImageShow` Module | :py:mod:`~PIL.ImageShow` Module | ||||||
| ========================== | =============================== | ||||||
| 
 | 
 | ||||||
| The :py:mod:`ImageShow` Module is used to display images. | The :py:mod:`~PIL.ImageShow` Module is used to display images. | ||||||
| All default viewers convert the image to be shown to PNG format. | All default viewers convert the image to be shown to PNG format. | ||||||
| 
 | 
 | ||||||
| .. autofunction:: PIL.ImageShow.show | .. autofunction:: PIL.ImageShow.show | ||||||
|  |  | ||||||
|  | @ -1,10 +1,10 @@ | ||||||
| .. py:module:: PIL.ImageStat | .. py:module:: PIL.ImageStat | ||||||
| .. py:currentmodule:: PIL.ImageStat | .. py:currentmodule:: PIL.ImageStat | ||||||
| 
 | 
 | ||||||
| :py:mod:`ImageStat` Module | :py:mod:`~PIL.ImageStat` Module | ||||||
| ========================== | =============================== | ||||||
| 
 | 
 | ||||||
| The :py:mod:`ImageStat` module calculates global statistics for an image, or | The :py:mod:`~PIL.ImageStat` module calculates global statistics for an image, or | ||||||
| for a region of an image. | for a region of an image. | ||||||
| 
 | 
 | ||||||
| .. py:class:: Stat(image_or_list, mask=None) | .. py:class:: Stat(image_or_list, mask=None) | ||||||
|  |  | ||||||
|  | @ -1,10 +1,10 @@ | ||||||
| .. py:module:: PIL.ImageTk | .. py:module:: PIL.ImageTk | ||||||
| .. py:currentmodule:: PIL.ImageTk | .. py:currentmodule:: PIL.ImageTk | ||||||
| 
 | 
 | ||||||
| :py:mod:`ImageTk` Module | :py:mod:`~PIL.ImageTk` Module | ||||||
| ======================== | ============================= | ||||||
| 
 | 
 | ||||||
| The :py:mod:`ImageTk` module contains support to create and modify Tkinter | The :py:mod:`~PIL.ImageTk` module contains support to create and modify Tkinter | ||||||
| BitmapImage and PhotoImage objects from PIL images. | BitmapImage and PhotoImage objects from PIL images. | ||||||
| 
 | 
 | ||||||
| For examples, see the demo programs in the Scripts directory. | For examples, see the demo programs in the Scripts directory. | ||||||
|  |  | ||||||
|  | @ -1,10 +1,10 @@ | ||||||
| .. py:module:: PIL.ImageWin | .. py:module:: PIL.ImageWin | ||||||
| .. py:currentmodule:: PIL.ImageWin | .. py:currentmodule:: PIL.ImageWin | ||||||
| 
 | 
 | ||||||
| :py:mod:`ImageWin` Module (Windows-only) | :py:mod:`~PIL.ImageWin` Module (Windows-only) | ||||||
| ======================================== | ============================================= | ||||||
| 
 | 
 | ||||||
| The :py:mod:`ImageWin` module contains support to create and display images on | The :py:mod:`~PIL.ImageWin` module contains support to create and display images on | ||||||
| Windows. | Windows. | ||||||
| 
 | 
 | ||||||
| ImageWin can be used with PythonWin and other user interface toolkits that | ImageWin can be used with PythonWin and other user interface toolkits that | ||||||
|  |  | ||||||
|  | @ -1,7 +1,7 @@ | ||||||
| .. py:currentmodule:: PIL.JpegPresets | .. py:currentmodule:: PIL.JpegPresets | ||||||
| 
 | 
 | ||||||
| :py:mod:`JpegPresets` Module | :py:mod:`~PIL.JpegPresets` Module | ||||||
| ============================ | ================================= | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.JpegPresets | .. automodule:: PIL.JpegPresets | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,10 +1,10 @@ | ||||||
| .. py:module:: PIL.PSDraw | .. py:module:: PIL.PSDraw | ||||||
| .. py:currentmodule:: PIL.PSDraw | .. py:currentmodule:: PIL.PSDraw | ||||||
| 
 | 
 | ||||||
| :py:mod:`PSDraw` Module | :py:mod:`~PIL.PSDraw` Module | ||||||
| ======================= | ============================ | ||||||
| 
 | 
 | ||||||
| The :py:mod:`PSDraw` module provides simple print support for Postscript | The :py:mod:`~PIL.PSDraw` module provides simple print support for Postscript | ||||||
| printers. You can print text, graphics and images through this module. | printers. You can print text, graphics and images through this module. | ||||||
| 
 | 
 | ||||||
| .. autoclass:: PIL.PSDraw.PSDraw | .. autoclass:: PIL.PSDraw.PSDraw | ||||||
|  |  | ||||||
|  | @ -1,10 +1,10 @@ | ||||||
| .. py:module:: PIL.PyAccess | .. py:module:: PIL.PyAccess | ||||||
| .. py:currentmodule:: PIL.PyAccess | .. py:currentmodule:: PIL.PyAccess | ||||||
| 
 | 
 | ||||||
| :py:mod:`PyAccess` Module | :py:mod:`~PIL.PyAccess` Module | ||||||
| ========================= | ============================== | ||||||
| 
 | 
 | ||||||
| The :py:mod:`PyAccess` module provides a CFFI/Python implementation of the :ref:`PixelAccess`. This implementation is far faster on PyPy than the PixelAccess version. | The :py:mod:`~PIL.PyAccess` module provides a CFFI/Python implementation of the :ref:`PixelAccess`. This implementation is far faster on PyPy than the PixelAccess version. | ||||||
| 
 | 
 | ||||||
| .. note:: Accessing individual pixels is fairly slow. If you are | .. note:: Accessing individual pixels is fairly slow. If you are | ||||||
|            looping over all of the pixels in an image, there is likely |            looping over all of the pixels in an image, there is likely | ||||||
|  |  | ||||||
|  | @ -1,10 +1,10 @@ | ||||||
| .. py:module:: PIL.TiffTags | .. py:module:: PIL.TiffTags | ||||||
| .. py:currentmodule:: PIL.TiffTags | .. py:currentmodule:: PIL.TiffTags | ||||||
| 
 | 
 | ||||||
| :py:mod:`TiffTags` Module | :py:mod:`~PIL.TiffTags` Module | ||||||
| ========================= | ============================== | ||||||
| 
 | 
 | ||||||
| The :py:mod:`TiffTags` module exposes many of the standard TIFF | The :py:mod:`~PIL.TiffTags` module exposes many of the standard TIFF | ||||||
| metadata tag numbers, names, and type information. | metadata tag numbers, names, and type information. | ||||||
| 
 | 
 | ||||||
| .. method:: lookup(tag) | .. method:: lookup(tag) | ||||||
|  |  | ||||||
|  | @ -1,8 +1,8 @@ | ||||||
| .. py:module:: PIL.features | .. py:module:: PIL.features | ||||||
| .. py:currentmodule:: PIL.features | .. py:currentmodule:: PIL.features | ||||||
| 
 | 
 | ||||||
| :py:mod:`features` Module | :py:mod:`~PIL.features` Module | ||||||
| ========================== | ============================== | ||||||
| 
 | 
 | ||||||
| The :py:mod:`PIL.features` module can be used to detect which Pillow features are available on your system. | The :py:mod:`PIL.features` module can be used to detect which Pillow features are available on your system. | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,32 +1,32 @@ | ||||||
| Internal Modules | Internal Modules | ||||||
| ================ | ================ | ||||||
| 
 | 
 | ||||||
| :mod:`_binary` Module | :mod:`~PIL._binary` Module | ||||||
| --------------------- | -------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL._binary | .. automodule:: PIL._binary | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`_tkinter_finder` Module | :mod:`~PIL._tkinter_finder` Module | ||||||
| ----------------------------- | ---------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL._tkinter_finder | .. automodule:: PIL._tkinter_finder | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`_util` Module | :mod:`~PIL._util` Module | ||||||
| ------------------- | ------------------------ | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL._util | .. automodule:: PIL._util | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`_version` Module | :mod:`~PIL._version` Module | ||||||
| ---------------------- | --------------------------- | ||||||
| 
 | 
 | ||||||
| .. module:: PIL._version | .. module:: PIL._version | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,232 +1,232 @@ | ||||||
| Plugin reference | Plugin reference | ||||||
| ================ | ================ | ||||||
| 
 | 
 | ||||||
| :mod:`BmpImagePlugin` Module | :mod:`~PIL.BmpImagePlugin` Module | ||||||
| ---------------------------- | --------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.BmpImagePlugin | .. automodule:: PIL.BmpImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`BufrStubImagePlugin` Module | :mod:`~PIL.BufrStubImagePlugin` Module | ||||||
| --------------------------------- | -------------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.BufrStubImagePlugin | .. automodule:: PIL.BufrStubImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`CurImagePlugin` Module | :mod:`~PIL.CurImagePlugin` Module | ||||||
| ---------------------------- | --------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.CurImagePlugin | .. automodule:: PIL.CurImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`DcxImagePlugin` Module | :mod:`~PIL.DcxImagePlugin` Module | ||||||
| ---------------------------- | --------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.DcxImagePlugin | .. automodule:: PIL.DcxImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`EpsImagePlugin` Module | :mod:`~PIL.EpsImagePlugin` Module | ||||||
| ---------------------------- | --------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.EpsImagePlugin | .. automodule:: PIL.EpsImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`FitsStubImagePlugin` Module | :mod:`~PIL.FitsStubImagePlugin` Module | ||||||
| --------------------------------- | -------------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.FitsStubImagePlugin | .. automodule:: PIL.FitsStubImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`FliImagePlugin` Module | :mod:`~PIL.FliImagePlugin` Module | ||||||
| ---------------------------- | --------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.FliImagePlugin | .. automodule:: PIL.FliImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`FpxImagePlugin` Module | :mod:`~PIL.FpxImagePlugin` Module | ||||||
| ---------------------------- | --------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.FpxImagePlugin | .. automodule:: PIL.FpxImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`GbrImagePlugin` Module | :mod:`~PIL.GbrImagePlugin` Module | ||||||
| ---------------------------- | --------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.GbrImagePlugin | .. automodule:: PIL.GbrImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`GifImagePlugin` Module | :mod:`~PIL.GifImagePlugin` Module | ||||||
| ---------------------------- | --------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.GifImagePlugin | .. automodule:: PIL.GifImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`GribStubImagePlugin` Module | :mod:`~PIL.GribStubImagePlugin` Module | ||||||
| --------------------------------- | -------------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.GribStubImagePlugin | .. automodule:: PIL.GribStubImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`Hdf5StubImagePlugin` Module | :mod:`~PIL.Hdf5StubImagePlugin` Module | ||||||
| --------------------------------- | -------------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.Hdf5StubImagePlugin | .. automodule:: PIL.Hdf5StubImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`IcnsImagePlugin` Module | :mod:`~PIL.IcnsImagePlugin` Module | ||||||
| ----------------------------- | ---------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.IcnsImagePlugin | .. automodule:: PIL.IcnsImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`IcoImagePlugin` Module | :mod:`~PIL.IcoImagePlugin` Module | ||||||
| ---------------------------- | --------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.IcoImagePlugin | .. automodule:: PIL.IcoImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`ImImagePlugin` Module | :mod:`~PIL.ImImagePlugin` Module | ||||||
| --------------------------- | -------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.ImImagePlugin | .. automodule:: PIL.ImImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`ImtImagePlugin` Module | :mod:`~PIL.ImtImagePlugin` Module | ||||||
| ---------------------------- | --------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.ImtImagePlugin | .. automodule:: PIL.ImtImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`IptcImagePlugin` Module | :mod:`~PIL.IptcImagePlugin` Module | ||||||
| ----------------------------- | ---------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.IptcImagePlugin | .. automodule:: PIL.IptcImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`JpegImagePlugin` Module | :mod:`~PIL.JpegImagePlugin` Module | ||||||
| ----------------------------- | ---------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.JpegImagePlugin | .. automodule:: PIL.JpegImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`Jpeg2KImagePlugin` Module | :mod:`~PIL.Jpeg2KImagePlugin` Module | ||||||
| ------------------------------- | ------------------------------------ | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.Jpeg2KImagePlugin | .. automodule:: PIL.Jpeg2KImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`McIdasImagePlugin` Module | :mod:`~PIL.McIdasImagePlugin` Module | ||||||
| ------------------------------- | ------------------------------------ | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.McIdasImagePlugin | .. automodule:: PIL.McIdasImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`MicImagePlugin` Module | :mod:`~PIL.MicImagePlugin` Module | ||||||
| ---------------------------- | --------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.MicImagePlugin | .. automodule:: PIL.MicImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`MpegImagePlugin` Module | :mod:`~PIL.MpegImagePlugin` Module | ||||||
| ----------------------------- | ---------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.MpegImagePlugin | .. automodule:: PIL.MpegImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`MspImagePlugin` Module | :mod:`~PIL.MspImagePlugin` Module | ||||||
| ---------------------------- | --------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.MspImagePlugin | .. automodule:: PIL.MspImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`PalmImagePlugin` Module | :mod:`~PIL.PalmImagePlugin` Module | ||||||
| ----------------------------- | ---------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.PalmImagePlugin | .. automodule:: PIL.PalmImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`PcdImagePlugin` Module | :mod:`~PIL.PcdImagePlugin` Module | ||||||
| ---------------------------- | --------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.PcdImagePlugin | .. automodule:: PIL.PcdImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`PcxImagePlugin` Module | :mod:`~PIL.PcxImagePlugin` Module | ||||||
| ---------------------------- | --------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.PcxImagePlugin | .. automodule:: PIL.PcxImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`PdfImagePlugin` Module | :mod:`~PIL.PdfImagePlugin` Module | ||||||
| ---------------------------- | --------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.PdfImagePlugin | .. automodule:: PIL.PdfImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`PixarImagePlugin` Module | :mod:`~PIL.PixarImagePlugin` Module | ||||||
| ------------------------------ | ----------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.PixarImagePlugin | .. automodule:: PIL.PixarImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`PngImagePlugin` Module | :mod:`~PIL.PngImagePlugin` Module | ||||||
| ---------------------------- | --------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.PngImagePlugin | .. automodule:: PIL.PngImagePlugin | ||||||
|     :members: ChunkStream, PngStream, getchunks, is_cid, putchunk |     :members: ChunkStream, PngStream, getchunks, is_cid, putchunk | ||||||
|  | @ -245,96 +245,96 @@ Plugin reference | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| :mod:`PpmImagePlugin` Module | :mod:`~PIL.PpmImagePlugin` Module | ||||||
| ---------------------------- | --------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.PpmImagePlugin | .. automodule:: PIL.PpmImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`PsdImagePlugin` Module | :mod:`~PIL.PsdImagePlugin` Module | ||||||
| ---------------------------- | --------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.PsdImagePlugin | .. automodule:: PIL.PsdImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`SgiImagePlugin` Module | :mod:`~PIL.SgiImagePlugin` Module | ||||||
| ---------------------------- | --------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.SgiImagePlugin | .. automodule:: PIL.SgiImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`SpiderImagePlugin` Module | :mod:`~PIL.SpiderImagePlugin` Module | ||||||
| ------------------------------- | ------------------------------------ | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.SpiderImagePlugin | .. automodule:: PIL.SpiderImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`SunImagePlugin` Module | :mod:`~PIL.SunImagePlugin` Module | ||||||
| ---------------------------- | --------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.SunImagePlugin | .. automodule:: PIL.SunImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`TgaImagePlugin` Module | :mod:`~PIL.TgaImagePlugin` Module | ||||||
| ---------------------------- | --------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.TgaImagePlugin | .. automodule:: PIL.TgaImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`TiffImagePlugin` Module | :mod:`~PIL.TiffImagePlugin` Module | ||||||
| ----------------------------- | ---------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.TiffImagePlugin | .. automodule:: PIL.TiffImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`WebPImagePlugin` Module | :mod:`~PIL.WebPImagePlugin` Module | ||||||
| ----------------------------- | ---------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.WebPImagePlugin | .. automodule:: PIL.WebPImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`WmfImagePlugin` Module | :mod:`~PIL.WmfImagePlugin` Module | ||||||
| ---------------------------- | --------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.WmfImagePlugin | .. automodule:: PIL.WmfImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`XVThumbImagePlugin` Module | :mod:`~PIL.XVThumbImagePlugin` Module | ||||||
| -------------------------------- | ------------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.XVThumbImagePlugin | .. automodule:: PIL.XVThumbImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`XbmImagePlugin` Module | :mod:`~PIL.XbmImagePlugin` Module | ||||||
| ---------------------------- | --------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.XbmImagePlugin | .. automodule:: PIL.XbmImagePlugin | ||||||
|     :members: |     :members: | ||||||
|     :undoc-members: |     :undoc-members: | ||||||
|     :show-inheritance: |     :show-inheritance: | ||||||
| 
 | 
 | ||||||
| :mod:`XpmImagePlugin` Module | :mod:`~PIL.XpmImagePlugin` Module | ||||||
| ---------------------------- | --------------------------------- | ||||||
| 
 | 
 | ||||||
| .. automodule:: PIL.XpmImagePlugin | .. automodule:: PIL.XpmImagePlugin | ||||||
|     :members: |     :members: | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user