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: 8 months ago
JSON representation

Command imgdim returns image dimensions in format "width,height" on stdout

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).