Skip to content

Commit

Permalink
Merge 07209e9 into 37841db
Browse files Browse the repository at this point in the history
  • Loading branch information
homm committed Jul 17, 2016
2 parents 37841db + 07209e9 commit c50997e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/releasenotes/3.4.0.rst
@@ -0,0 +1,15 @@

3.4.0
-----

New resizing filters
====================

Two new filters available for ``Image.resize()`` and ``Image.thumbnail()``
functions: ``BOX`` and ``HAMMING``. ``BOX`` is the high-performance filter with
two times shorter window than ``BILINEAR``. It can be used for image reduction
3 and more times and produces a more sharp result than ``BILINEAR``.

``HAMMING`` filter has the same performance as ``BILINEAR`` filter while
providing the image downscaling quality comparable to ``BICUBIC``.
Both new filters don't show good quality for the image upscaling.
1 change: 1 addition & 0 deletions docs/releasenotes/index.rst
Expand Up @@ -6,6 +6,7 @@ Release Notes
.. toctree::
:maxdepth: 2

3.4.0
3.3.0
3.2.0
3.1.2
Expand Down

0 comments on commit c50997e

Please sign in to comment.