@@ -54,27 +54,27 @@ the result will be 67.1 Mpx/s.
54
54
55
55
Source | Operation | Filter | IM | Pillow | SIMD SSE4 | SIMD AVX2
56
56
----------|-------------------------|---------|------|--------|-----------|-----------
57
- 7712×4352 | ** Resize to 16x16** | Bilinear| 27.0 | 217 | 456 | 545
58
- | | Bicubic | 10.9 | 115 | 240 | 278
59
- | | Lanczos | 6.6 | 76.1 | 162 | 194
60
- | ** Resize to 320x180** | Bilinear| 32.0 | 166 | 354 | 410
61
- | | Bicubic | 16.5 | 92.3 | 198 | 204
62
- | | Lanczos | 11.0 | 63.2 | 133 | 147
63
- | ** Resize to 2048x1155** | Bilinear| 20.7 | 87.6 | 202 | 217
64
- | | Bicubic | 12.2 | 65.7 | 126 | 130
65
- | | Lanczos | 8.7 | 41.3 | 88.2 | 95.6
57
+ 7712×4352 | ** Resize to 16x16** | Bilinear| 27.0 | 217 | 437 | 710
58
+ | | Bicubic | 10.9 | 115 | 232 | 391
59
+ | | Lanczos | 6.6 | 76.1 | 157 | 265
60
+ | ** Resize to 320x180** | Bilinear| 32.0 | 166 | 410 | 612
61
+ | | Bicubic | 16.5 | 92.3 | 211 | 344
62
+ | | Lanczos | 11.0 | 63.2 | 136 | 223
63
+ | ** Resize to 2048x1155** | Bilinear| 20.7 | 87.6 | 229 | 265
64
+ | | Bicubic | 12.2 | 65.7 | 140 | 171
65
+ | | Lanczos | 8.7 | 41.3 | 100 | 126
66
66
| ** Blur** | 1px | 8.1 | 17.1 | 37.8
67
67
| | 10px | 2.6 | 17.4 | 39.0
68
68
| | 100px | 0.3 | 17.2 | 39.0
69
- 1920×1280 | ** Resize to 16x16** | Bilinear| 41.6 | 196 | 422 | 489
70
- | | Bicubic | 18.9 | 102 | 225 | 263
71
- | | Lanczos | 13.7 | 68.6 | 118 | 167
72
- | ** Resize to 320x180** | Bilinear| 27.6 | 111 | 196 | 197
73
- | | Bicubic | 14.5 | 66.3 | 154 | 162
74
- | | Lanczos | 9.8 | 44.3 | 102 | 107
75
- | ** Resize to 2048x1155** | Bilinear| 9.1 | 20.7 | 71.3 | 72 .6
76
- | | Bicubic | 6.3 | 16.9 | 49.3 | 54.3
77
- | | Lanczos | 4.7 | 14.6 | 36.8 | 40.6
69
+ 1920×1280 | ** Resize to 16x16** | Bilinear| 41.6 | 196 | 426 | 750
70
+ | | Bicubic | 18.9 | 102 | 221 | 379
71
+ | | Lanczos | 13.7 | 68.6 | 140 | 227
72
+ | ** Resize to 320x180** | Bilinear| 27.6 | 111 | 303 | 303
73
+ | | Bicubic | 14.5 | 66.3 | 264 | 230
74
+ | | Lanczos | 9.8 | 44.3 | 108 | 143
75
+ | ** Resize to 2048x1155** | Bilinear| 9.1 | 20.7 | 71.1 | 69 .6
76
+ | | Bicubic | 6.3 | 16.9 | 53.8 | 53.1
77
+ | | Lanczos | 4.7 | 14.6 | 40.7 | 41.7
78
78
| ** Blur** | 1px | 8.7 | 16.2 | 35.7
79
79
| | 10px | 2.8 | 16.7 | 35.4
80
80
| | 100px | 0.4 | 16.4 | 36.2
@@ -84,7 +84,7 @@ Source | Operation | Filter | IM | Pillow | SIMD SSE4 | SIMD
84
84
85
85
Pillow is always faster than ImageMagick. And Pillow-SIMD is faster
86
86
than Pillow in 2—2.5 times. In general, Pillow-SIMD with AVX2 almost always
87
- ** 10 times faster** than ImageMagick.
87
+ ** 10-15 times faster** than ImageMagick.
88
88
89
89
### Methodology
90
90
0 commit comments