From ba81712ec843f4ed37dc6c3fdabdd1e9018c02cd Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 17 Dec 2019 19:01:24 +1100 Subject: [PATCH] Added release notes for #4256 [ci skip] --- docs/releasenotes/7.0.0.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/releasenotes/7.0.0.rst b/docs/releasenotes/7.0.0.rst index 386a26757..8219b76e8 100644 --- a/docs/releasenotes/7.0.0.rst +++ b/docs/releasenotes/7.0.0.rst @@ -92,3 +92,9 @@ Use instead: with Image.open("hopper.png") as im: im.save("out.jpg") + +Better thumbnail aspect ratio preservation +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +When calculating the new dimensions in ``Image.thumbnail``, round to the +nearest integer, instead of always rounding down.