/ Published in: Bash
Usage:
`imgsize [file(s)]`
`imgsize [file(s)]`
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
alias imgsize='identify -format "<img src=\"%f\" width=\"%w\" height=\"%h\" alt=\"\"/>\n"'