Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mefody/image-processor
- Owner: MeFoDy
- Created: 2018-08-03T10:27:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T08:27:31.000Z (almost 2 years ago)
- Last Synced: 2023-08-13T00:01:28.144Z (over 1 year ago)
- Language: JavaScript
- Size: 829 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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
```