Skip to content

Commit

Permalink
Link to plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Dec 6, 2023
1 parent 9e6030f commit 00c6a89
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
8 changes: 8 additions & 0 deletions docs/reference/plugins.rst
Expand Up @@ -33,6 +33,14 @@ Plugin reference
:undoc-members:
:show-inheritance:

:mod:`~PIL.DdsImagePlugin` Module
---------------------------------

.. automodule:: PIL.DdsImagePlugin
:members:
:undoc-members:
:show-inheritance:

:mod:`~PIL.EpsImagePlugin` Module
---------------------------------

Expand Down
6 changes: 4 additions & 2 deletions docs/releasenotes/10.2.0.rst
Expand Up @@ -31,8 +31,10 @@ API Additions
Added DdsImagePlugin enums
^^^^^^^^^^^^^^^^^^^^^^^^^^

``DDSD``, ``DDSCAPS``, ``DDSCAPS2``, ``DDPF``, ``DXGI_FORMAT`` and ``D3DFMT``
enums have been added to DdsImagePlugin.
:py:class:`PIL.DdsImagePlugin.DDSD`, :py:class:`PIL.DdsImagePlugin.DDSCAPS`,
:py:class:`PIL.DdsImagePlugin.DDSCAPS2`, :py:class:`PIL.DdsImagePlugin.DDPF`,
:py:class:`PIL.DdsImagePlugin.DXGI_FORMAT` and :py:class:`PIL.DdsImagePlugin.D3DFMT`
enums have been added to :py:class:`PIL.DdsImagePlugin`.

Security
========
Expand Down
4 changes: 2 additions & 2 deletions src/PIL/DdsImagePlugin.py
Expand Up @@ -3,11 +3,11 @@
Jerome Leclanche <jerome@leclan.ch>
Documentation:
https://web.archive.org/web/20170802060935/http://oss.sgi.com/projects/ogl-sample/registry/EXT/texture_compression_s3tc.txt
https://web.archive.org/web/20170802060935/http://oss.sgi.com/projects/ogl-sample/registry/EXT/texture_compression_s3tc.txt
The contents of this file are hereby released in the public domain (CC0)
Full text of the CC0 license:
https://creativecommons.org/publicdomain/zero/1.0/
https://creativecommons.org/publicdomain/zero/1.0/
"""

import io
Expand Down

0 comments on commit 00c6a89

Please sign in to comment.