0
どのように圧縮画像を使用しますか?どのように圧縮画像を使用しますか?
https://www.npmjs.com/package/compress-images
GIF画像であった - 4.1mb
。
GIF画像は - 4.2mb
となりました。
圧縮後のGIFイメージは以前よりもサイズが大きくなります。どうして?
私が試してみてください。
compress_images('src/img/**/*.{jpg,JPG,jpeg,JPEG,png,svg,gif}', 'build/img/', {compress_force: false, statistic: true, autoupdate: true}, false,
{jpg: {engine: 'mozjpeg', command: ['-quality', '60']}},
{png: {engine: 'pngquant', command: ['--quality=0-20']}},
{svg: {engine: 'svgo', command: '--multipass'}},
{gif: {engine: 'gifsicle', command: false}});