-
Notifications
You must be signed in to change notification settings - Fork 80
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
Unable to open WebP images on Mac M1 processor. #33
Comments
…versioning-0.x chore(deps): update plugin com.starter.versioning to v0.51.0
I have the same issue. Is there a workaround on Mac M1/M2? Maybe add the binary webp libs in a folder here or there? |
We dumped this library from our project since they've never bothered to reply to reported issues. We're using the following instead: com.twelvemonkeys.imageio:imageio-webp:3.9.4 Works on all of our supported platforms, including Mac M1/M2. |
Thanks @mcpierce for your tip. Twelvemonkeys looks great. Unfortunately it does not seem to support writing webp. (I'd like to convert uploaded images to webp automatically and serve those). Any chance you solved that as wel? ;) |
Our project hasn't had that requirement as of yet. But if we do that in future, I'll let you know what we find. |
FYI, I came across this fork and it works out the box on my Mac M2. For both reading and writing Webp. It uses the JNI route. https://github.com/darkxanter/webp-imageio |
Will there be support provided for Mac M1 chips in future? I have a project that's unable to build on Mac M1 computers due to there being no webp-imageio library supporting that CPU.
The text was updated successfully, but these errors were encountered: