From 135da8613e67d51f32afd1a9c41c589906d98e8b Mon Sep 17 00:00:00 2001 From: Alexander Date: Mon, 27 Feb 2017 02:51:52 +0300 Subject: [PATCH] for resizing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be983a291..0136c201f 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Tons of tests can be found on the [Pillow Performance][pillow-perf-page] page. There are benchmarks against different versions of Pillow and Pillow-SIMD as well as ImageMagick, Skia, OpenCV and IPP. -The results show that Pillow is always faster than ImageMagick, +The results show that for resizing Pillow is always faster than ImageMagick, Pillow-SIMD, in turn, is even faster than the original Pillow by the factor of 4-6. In general, Pillow-SIMD with AVX2 is always **16 to 40 times faster** than ImageMagick and outperforms Skia, the high-speed graphics library used in Chromium.