Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alash3al/dir2webp
convert images in directory/directories to webp format using the power of concurrent programming
https://github.com/alash3al/dir2webp
golang image-processing webp
Last synced: about 2 months ago
JSON representation
convert images in directory/directories to webp format using the power of concurrent programming
- Host: GitHub
- URL: https://github.com/alash3al/dir2webp
- Owner: alash3al
- License: mit
- Created: 2017-11-08T10:00:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-15T08:07:02.000Z (about 7 years ago)
- Last Synced: 2024-06-20T05:13:01.971Z (7 months ago)
- Topics: golang, image-processing, webp
- Language: Go
- Size: 4.88 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dir2webp
convert images in directory/directories to webp format using the power of concurrent programming# Setup
1- Install `Go`
2- `go get github.com/alash3al/dir2web`# Usage
`dir2web --dir="/path/to/pictures1,/path/to/pictures2"`