new section framework

This commit is contained in:
homm 2014-11-29 03:58:52 +03:00
parent 5f7c2dadc4
commit 90658af48d
3 changed files with 47 additions and 0 deletions

View File

@ -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
View 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
^^^^^^^^^^^^

View File

@ -0,0 +1,7 @@
Release Notes
=============
.. toctree::
:maxdepth: 2
2.7