chenzhutian / hexo-all-minifier

A plugin for Hexo that optimizes HTML, CSS, JS and imagages, and it can optionally deploys your blog.
MIT License
275 stars 30 forks source link

err:Error:Command failed with exit code3221225781:E\hexo\node_modules\mozjpeg\vendor\cjpeg.exe-baseline #112

Open huanghaoh opened 2 years ago

huanghaoh commented 2 years ago

I don't know why this error is reported when compressing .jpg View the picture But when I change E:\hexo\node_modules\hexo-all-minifier\lib\optimizeImage.js let targetfile = ['jpg', 'gif', 'png', 'svg']; ->let targetfile = ['jpeg', 'gif', 'png', 'svg']; View the picture No more errors are reported

leiqichn commented 1 year ago

me too