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

Can't read .webp images #192

Closed
niclasmattsson opened this issue Jan 21, 2021 · 1 comment
Closed

Can't read .webp images #192

niclasmattsson opened this issue Jan 21, 2021 · 1 comment

Comments

@niclasmattsson
Copy link

See https://discourse.julialang.org/t/how-do-i-read-webp-images-with-julia/53597. Supposedly (see the thread) WebP support is included in the ImageMagick v7 binary, so maybe the solution is to upgrade? Ref #69.

@dgleich
Copy link
Member

dgleich commented Oct 16, 2024

This works on Master now with the push to ImageMagick v7 binary.

you need to use ImageMagick.load directly. The library reports some chatter so we'll need to do more work to figure out where that's coming from.

@dgleich dgleich closed this as completed Oct 16, 2024
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

2 participants