compress-images icon indicating copy to clipboard operation
compress-images copied to clipboard

Minify size your images. Image compression with extension: jpg/jpeg, svg, png, gif. NodeJs

Results 14 compress-images issues
Sort by recently updated
recently updated
newest added

i use a 16M gif to compress , but the result gif is so blurry , How can I optimize it??

Hello, your package partly works for me, but it does not save the images already compressed in the folder that I specify If you notice, I specify the directory where...

I really just wanna quickly compress my files for once. Please make a bin so that I could just `npx` it.

enhancement

Found an issue, since [version 7 of pngquant-bin](https://github.com/imagemin/pngquant-bin/releases/tag/v7.0.0) they're using native ESM, using `pngquant-bin` v7+ will fail with: ``` Error [ERR_REQUIRE_ESM]: Must use import to load ES Module: .../node_modules/pngquant-bin/index.js require()...

help wanted

I was working with javascript, but I have decided to migrate to TypeScript, and I don't want to leave this plugin abandoned, when will you give it support for Ts?

Hi @semiromid I have some suggestions about the types of parameters and their usages. Quoting from README.md ```js const compress_images = require("compress-images"); function MyFun() { compress_images( "src/img/**/*.{jpg,JPG,jpeg,JPEG,png,svg,gif}", "build/img/", { compress_force:...

enhancement

Adding try catch handler, since there are times that files are not compress to the right directory then reading the file may result into an error which break the server.

![Screenshot from 2020-04-17 18-11-35](https://user-images.githubusercontent.com/47963824/79570349-e4e83000-80d6-11ea-8bde-18a80bed3f96.png) node version: 8.10.0

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

Hey, just installed the package and the npm audit gives me some moderate and high vulnerabilities with this projects dependencies. They are all solved in newer versions, I was wondering...