Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mefody/image-processor

Gulp-based image processor. Source images in input —> compressed and optimised images in output.
https://github.com/mefody/image-processor

Last synced: about 20 hours ago
JSON representation

Gulp-based image processor. Source images in input —> compressed and optimised images in output.

Awesome Lists containing this project

README

        

# image-processor

```
brew install joedrago/repo/avifenc
npm i
npm run help
```

## tasks
```
Usage: gulp [task] [options]
Tasks:
Convert
convert Convert all images
Depends: ["convert:retina","convert:webp","convert:avif"]
convert:avif Convert jpg and png to avif
convert:retina Convert jpg and png to @2x and @1x sizes
convert:webp Convert jpg and png to webp
Misc
help Prints this help text
Optimize
optimize:guetzli Optimize jpeg using guetzli
optimize:png Optimize png using pngquant
optimize:svg Optimize svg using svgo
Utils
clean Cleans the dist directory
```