Skip to content
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

Comparation with PIL thumbnail() method #15

Open
davide-romanini opened this issue May 16, 2016 · 0 comments
Open

Comparation with PIL thumbnail() method #15

davide-romanini opened this issue May 16, 2016 · 0 comments

Comments

@davide-romanini
Copy link

I made some rough test on my NAS, an ARMv5TE based device without neither FPU nor NEON extensions, especially slow on media processing.
I'm trying to optimize thumbnail generation, but I wonder why benchmarks are comparing jpegtran to the resize method of PIL, that's really slow, instead of comparing with the thumbnail method of PIL, that's a lot faster.
In my brief testcase I found a smaller difference in performance: jpegtran seem around 20-30% faster but with worse quality, at least at first glance..
So I wonder if you made some benchmarking involving also PIL thumbnail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant