Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artyom/imgdim
Command imgdim returns image dimensions in format "width,height" on stdout
https://github.com/artyom/imgdim
Last synced: about 13 hours 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-28T22:12:11.000Z (over 3 years ago)
- Last Synced: 2024-06-20T15:51:43.026Z (5 months 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).