uploadcare / pillow-simd

The friendly PIL fork
https://python-pillow.github.io/pillow-perf/
Other
2.12k stars 85 forks source link

Shrink-on-Load #94

Closed rajasagashe closed 3 years ago

rajasagashe commented 3 years ago

I'm using the resize() method to generate a thumbnail using Pillow-simd. I love the speed. Does the open method support shrink-on-load features like in VIPS: https://libvips.github.io/libvips/API/current/libvips-resample.html#vips-thumbnail? never mind, i see the reduce and draft methods.