Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mvrilo/imgstat

Prints the width, height and size (bytes) of an image.
https://github.com/mvrilo/imgstat

command-line go images

Last synced: 28 days ago
JSON representation

Prints the width, height and size (bytes) of an image.

Awesome Lists containing this project

README

        

[![Build Status](https://secure.travis-ci.org/mvrilo/imgstat.png)](http://travis-ci.org/mvrilo/imgstat)

# imgstat

Prints the size (bytes), width and height of an image.

### Usage

```
$ imgstat
imgstat - utility to know the size, width and height of an image.
Usage:
imgstat [-hv]
```

### Example

```
$ imgstat example.png
25KB 331x350
# x
```

### Author

Murilo Santana <>