-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how fast is it compared to opencv resize ? #36
Comments
also compared to pillow simd https://python-pillow.org/pillow-perf/ |
Until this gets to the benchmark I did some simple benchmarks myself. jpegtran was the fastest in all situations, but unfortunately also presents the worst image quality due to be limited to the NEAREST algorithm (similar to pillow-nearest).
Versions used: Pillow-7.2.0, Pillow_SIMD-7.0.0.post3, jpegtran-cffi 0.5.2, opencv-python 4.4.0.46 Values indicate the avg amount of images processed per second (on a single core VM) - so just take the value for basic comparison. |
@sebasi What is the benchmark problem? (I assume downscaling, but is it same problem mentioned in the readme?) The README file mentioned: "Benchmark source: https://gist.github.com/jbaiter/8596064". If either of you feel like modifying that script to include Caveat: I'm a co-maintainer of this but haven't had a chance to do much with it! |
Would be useful to add that to the benchmark
The text was updated successfully, but these errors were encountered: