We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First, building with the Dockerfile, which is supposed to support avif encoding, but I'm getting:
/vips/bin/vips copy smart-crop.jpg smart-crop.avif VipsForeignSave: "smart-crop.avif" is not a known file format
Then, building with the my own Dockerfile, it does support avif encoding, but the encoded avif file is way too big than it should be.
I'll look into the heroku dockerfile the libvips author uses trying to update bimg's. This will be quite a diverge from what it used to do, so @h2non, let me know if you want to take my PR or not.
The reason for such dramatic changes are explained here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
First, building with the Dockerfile, which is supposed to support avif encoding, but I'm getting:
Then, building with the my own Dockerfile, it does support avif encoding, but the encoded avif file is way too big than it should be.
I'll look into the heroku dockerfile the libvips author uses trying to update bimg's. This will be quite a diverge from what it used to do, so @h2non, let me know if you want to take my PR or not.
The reason for such dramatic changes are explained here.
The text was updated successfully, but these errors were encountered: