-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
Using mozjpeg to compress pictures will result in errors! #338
Comments
@JohnApache - I'm experiencing this same issue. What was your final resolution? Would you mind sharing how its been working out over the last year? |
similar issue here :( "gulp-imagemin": "^7.1.0", gulp-imagemin: Couldn't load default plugin "gifsicle" Message: |
In my case, the problem occurred after I upgrade Then I try to check the mozjpeg folder and I found there was no For more details: npm/cli#1905 npm/cli#3100 |
I've resolved this problem by fixing the error while install gulp-imageimge. |
This seems to be an error with |
Imagemin 7.0.0 ^ compress JPEG pictures with mozjpeg。
When I use mozjpeg to compress JPEG images, the tool throws an exception. But pictures in other formats are normally compressed.
The details of the error are as follows
I try to use mozjpeg command directly,like this
Exception will still be thrown.
When I reduce imagemin to 6.2.0,Imagemin 6.2.0 compress JPEG pictures with jpegtran, and there's no problem with jpegtran.
I hope this problem can be solved.
The text was updated successfully, but these errors were encountered: