-
Notifications
You must be signed in to change notification settings - Fork 163
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
Add libheif support #26
base: master
Are you sure you want to change the base?
Conversation
+1 Works great! |
👍 It works! Thanks a lot |
Hello, is there a reason this PR was not merged into the master branch? We use imagemagick-aws-lambda-2 as part of our Lamba function to convert user uploaded images and a sizable portion of the user base uploads heic formats (from iPhone camera I believe). We implemented the changes done in this PR and it works great :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works, been using it in production for several weeks.
@ericdevries Did you consider adding AVIF support? I tried but failed. Would be great to get help with that. See #30. |
I have not, but if you have made any progress I am glad to help out getting it to work |
Now with lcms2 built into it as well |
@ericdevries do you have plans to merge this update? |
Unfortunately the owner of the repository has indicated that he wants to keep the layer as small as possible and will not merge in any of the outstanding pull requests. Perhaps we should create an "official" fork that merges in the extra features for those who do want more functionality at the expense of a larger layer |
Hi @ericdevries Have you used your build as a layer in AWS Lambda? And putting other things in (to achive |
Did anyone had any problems with
And on top of this I added a layer containing this repo. From what i read |
Or perhaps support these additional common formats as compile time flags, making them easier to enable optionally. Hopefully that would avoid forking what is such a useful resource. |
Adds libheif to the build process