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: over 1 year 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 (about 13 years ago)
- Default Branch: master
- Last Pushed: 2016-03-24T04:05:08.000Z (over 10 years ago)
- Last Synced: 2025-03-26T19:02:14.411Z (over 1 year ago)
- Topics: command-line, go, images
- Language: Go
- Size: 43.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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 <>