Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)
```