Yuriy Svetlov
Yuriy Svetlov
Win 8.1 - same to
@Eriickson Hello! Show please your configuration of compress images. Do you may give me your image?
@Jovans025 Hello! Show please your configuration of compress images. Do you may give me your image?
@mathieutu > For me it actually happens for all the png. (pngquant, quality 20-50) Can you give me your image of which this is happening?
@mathieutu I renamed the downloaded image to `01-fs8.png` I was unable to reproduce the problem
@mathieutu my script: **compress-images** ver 1.9.7 ``` var compress_images = require('compress-images'); const INPUT_path_to_your_images = 'src/img/**/*.{jpg,JPG,jpeg,JPEG,png,svg,gif}'; const OUTPUT_path = 'build/img/'; compress_images(INPUT_path_to_your_images, OUTPUT_path, {compress_force: false, statistic: true, autoupdate: true}, false, {jpg: {engine:...
@mathieutu Maybe you need to change the extension from `01-fs8.png.tmp` to `01-fs8.png`?
@mathieutu This does not happen for me, I checked it again. I also checked the files in the folders and their size after compression. > 'Starting compress images' > -----------------------------------...
Hello, Ycmjason. Thank you for your question. Do would can you write more details?
If use as example - `'src/img/source/**/*.{jpg,JPG,jpeg,JPEG,gif,png,svg}'` and `compress_force: false` - all images will be compressed once. But i will thinks about **command line interface**. Thank you for offer!