Yuriy Svetlov

Results 36 comments of Yuriy Svetlov

> Hi !! This it is the code that I using, and I have some questions > > * How can I compress the webp image format? > I am...

@beatrizsmerino WebP is a modern image format that provides superior lossless and lossy compression for images on the web. WebP is image format - Convert your favorite collection **from** PNG...

Another example: ``` // We will be compressing images [jpg] with two algorithms, [webp] and [jpg]; //[jpg] ---to---> [webp] compress_images("src/img/**/*.{jpg,JPG,jpeg,JPEG}", "build/img/", { compress_force: false, statistic: true, autoupdate: true }, false,...

@beatrizsmerino Hi! > pngquant-bin > > Windows: You must install additional module [npm install pngquant-bin --save]! It does not work properly on some OS! If you will get an error...

@beatrizsmerino You may download last version from https://pngquant.org/ and overwrite in pngquant-bin

@marcusds Hello Unfortunately, I do not have time for this yet, but I will keep in mind.

@marcusds I made new release 1.8.4. Note* > giflossy > This project has now been officially merged upstream into Gifsicle, so please use that: https://github.com/kohler/gifsicle

I have CSS files in non-web directories. I think this is a problem.

> reyhane-javidi Hello, You can use [imagemin](https://www.npmjs.com/package/imagemin)

> Hi, You need to refer to the documentation. > enginegif (type:plainObject): Engine for compressing gif and options for compression. Key to be gif; > > engine (type:string): Engine for...