Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ei-grad/jpegsizes
Calculate the sizes of many JPEG images fast
https://github.com/ei-grad/jpegsizes
Last synced: 15 days ago
JSON representation
Calculate the sizes of many JPEG images fast
- Host: GitHub
- URL: https://github.com/ei-grad/jpegsizes
- Owner: ei-grad
- Created: 2019-05-06T14:29:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-06T14:38:37.000Z (over 5 years ago)
- Last Synced: 2023-04-18T11:21:57.692Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jpegsizes
=========Calculates the sizes of many JPEG images fast.
Install
-------```bash
go get github.com/ei-grad/jpegsizes
```Usage
-----Just run the `jpegsizes` command to output tab-separated ` ` tuples for `.jpg` files in current directory.
```bash
$ jpegsizes -help
Usage of jpegsizes:
-pattern string
glob pattern to match image filenames (default "*.jpg")
-workers int
number of images to process in parallel (default 4)
```