https://github.com/artyom/imgdim
Command imgdim returns image dimensions in format "width,height" on stdout
https://github.com/artyom/imgdim
Last synced: 8 months ago
JSON representation
Command imgdim returns image dimensions in format "width,height" on stdout
- Host: GitHub
- URL: https://github.com/artyom/imgdim
- Owner: artyom
- Created: 2016-01-29T14:51:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-04-28T22:12:11.000Z (about 5 years ago)
- Last Synced: 2025-01-14T07:53:55.296Z (over 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
imgdim command returns image dimensions in format "width,height". Created as a
lightweight replacement for `identify -format "%w,%h"` which can be too heavy
on big files (especially on big GIF files).
Usage: imgdim filename.{jpeg,png,gif,bmp,tiff}
LICENSE: [MIT](http://opensource.org/licenses/MIT).