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: 3 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T08:27:31.000Z (over 2 years ago)
- Last Synced: 2025-03-29T12:35:07.604Z (3 months ago)
- Language: JavaScript
- Size: 829 KB
- Stars: 11
- Watchers: 0
- 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
```