From f7eada20708e96ba8c962c90d1d8b7a63da543d3 Mon Sep 17 00:00:00 2001 From: Adam Gschwender Date: Fri, 21 Apr 2017 13:23:26 -0400 Subject: [PATCH] Update README to describe Pillow-SIMD integration --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 8bc769f..404df4c 100644 --- a/README.rst +++ b/README.rst @@ -526,6 +526,8 @@ following to the configuration. filter = "bicubic" quality = 75 +If you wish to improve performance further and are using an x86 platform, you may want to consider using `Pillow-SIMD `_. Follow the steps in `Installation `_ and it should function as a drop-in replacement for ``Pillow``. To avoid any incompatibility issues, use the same version of ``Pillow-SIMD`` as is being used for ``Pillow``. + Extension =========