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

Unable to open WebP images on Mac M1 processor. #33

Open
mcpierce opened this issue Jan 8, 2023 · 5 comments
Open

Unable to open WebP images on Mac M1 processor. #33

mcpierce opened this issue Jan 8, 2023 · 5 comments

Comments

@mcpierce
Copy link

mcpierce commented Jan 8, 2023

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.

joostoudeman pushed a commit to joostoudeman/webp-imageio that referenced this issue Jun 16, 2023
…versioning-0.x

chore(deps): update plugin com.starter.versioning to v0.51.0
@ahalma
Copy link

ahalma commented Sep 2, 2023

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?

@mcpierce
Copy link
Author

mcpierce commented Sep 2, 2023

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.

@ahalma
Copy link

ahalma commented Sep 3, 2023

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? ;)

@mcpierce
Copy link
Author

mcpierce commented Sep 3, 2023

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.

@ahalma
Copy link

ahalma commented Sep 4, 2023

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
https://mvnrepository.com/artifact/io.github.darkxanter/webp-imageio/0.3.2

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