Skip to content

Commit

Permalink
Update README to describe Pillow-SIMD integration
Browse files Browse the repository at this point in the history
  • Loading branch information
agschwender committed Apr 21, 2017
1 parent be366eb commit f7eada2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/uploadcare/pillow-simd/>`_. Follow the steps in `Installation <https://github.com/uploadcare/pillow-simd#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
=========

Expand Down

0 comments on commit f7eada2

Please sign in to comment.