GetTexImageHeightInEx.sh

From Knot Atlas
Jump to navigationJump to search

See [1].

#!/bin/bash
identify $1 | awk '{print$3}' | awk -F"x" '{print $2*0.11}'