mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 17:06:16 +03:00
new section framework
This commit is contained in:
parent
5f7c2dadc4
commit
90658af48d
|
@ -29,6 +29,7 @@ To install Pillow, please follow the :doc:`installation instructions <installati
|
|||
guides
|
||||
reference/index.rst
|
||||
handbook/appendices
|
||||
releasenotes/index.rst
|
||||
original-readme
|
||||
|
||||
Indices and tables
|
||||
|
|
39
docs/releasenotes/2.7.rst
Normal file
39
docs/releasenotes/2.7.rst
Normal file
|
@ -0,0 +1,39 @@
|
|||
Pillow 2.7
|
||||
==========
|
||||
|
||||
Image resizing filters
|
||||
----------------------
|
||||
|
||||
Bicubic and Bilinear downscalling
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Antialias renamed to Lanczos
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Lanczos upscaling quality
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Bicubic upscaling quality
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Resize performance
|
||||
^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Default filter for thumbnails
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Image transposing
|
||||
-----------------
|
||||
|
||||
Gaussian blur and unsharp mask
|
||||
------------------------------
|
||||
|
||||
Blur radius
|
||||
^^^^^^^^^^^
|
||||
|
||||
Blur Performance
|
||||
^^^^^^^^^^^^^^^^
|
||||
|
||||
Blur quality
|
||||
^^^^^^^^^^^^
|
||||
|
7
docs/releasenotes/index.rst
Normal file
7
docs/releasenotes/index.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
Release Notes
|
||||
=============
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
2.7
|
Loading…
Reference in New Issue
Block a user