-
Notifications
You must be signed in to change notification settings - Fork 143
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
slow JPEG loading #960
Comments
Currently For other commonly used formats such as |
Interesting I would like to know how you could find the function which is getting called, I did a small research with @edit calls, but didn't get too far. |
There're approximately three steps:
As an example, you can find how png files are supported via libpng_jll build script, libpng_jll and PNGFiles.jl. @IanButterworth (who wrote PNGFiles) knows more than I do so I believe he can provide more help here. |
|
Image reading, specifically ".jpg" is pretty slow, even a workaround with python opencv outperforms the simple load function by 10x.
Am I missing something, or simple ".jpg" loads are implemented inefficiently?
I am on julia1.7 nightly, and just installed Images.jl package to test speeds.
I saw other related issues #747 and many others, but they got closed with minor improvements.
The text was updated successfully, but these errors were encountered: