mozjpeg-bin
mozjpeg-bin copied to clipboard
Release new version to npm
@1000ch Could you update current library version and release it? It would be great. I'm preparing patches to mattermost app to support arm64 and updated version of mozjpeg-bin is also needed to fix some building issue.
Your update broke this package on amd64 Linux. Try running npm install https://github.com/imagemin/mozjpeg-bin.git
in the official Node docker container (with git installed of course). It fails to use the prebuilt version and tries to compile from source, which is a regression from the current release. This is because you dynamically linked to libjpeg and libpng.
@averms @1000ch Could you check those pull requests #82 and #83?