Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mvrilo/imgstat
- Owner: mvrilo
- License: mit
- Created: 2013-04-10T12:45:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-24T04:05:08.000Z (over 8 years ago)
- Last Synced: 2024-10-01T09:21:27.854Z (about 1 month ago)
- Topics: command-line, go, images
- Language: Go
- Size: 43.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 <>