Yuriy-Svetlov / compress-images

Minify size your images. Image compression with extension: jpg/jpeg, svg, png, gif. NodeJs
https://www.npmjs.com/package/compress-images
MIT License
596 stars 77 forks source link

Why the finally file size has increased? #63

Closed kxshu closed 2 years ago

kxshu commented 3 years ago

Why the finally file size has increased?

bf7bef7bb96234df7eff223983ea7d0

Yuriy-Svetlov commented 2 years ago

Hello, @kxshu ! Perhaps it will help you. https://stackoverflow.com/questions/43057286/file-size-increase-for-pngquant-output-when-using-pil

https://github.com/gruntjs/grunt-contrib-imagemin/issues/118

kxshu commented 2 years ago

Hello, @kxshu ! Perhaps it will help you. https://stackoverflow.com/questions/43057286/file-size-increase-for-pngquant-output-when-using-pil

gruntjs/grunt-contrib-imagemin#118

ok, tks.