Error when trying to run this script
Posted: 2007-11-29T23:32:55-07:00
When I try and run this script
I get this error
Im running Ubuntu 7.10.
Code: Select all
#! /bin/sh
i="$1"
height=`identify -format %h ${i}`
width=`identify -format %w ${i}`
echo "${width} x ${height}"
Code: Select all
identify: UnableToOpenConfigureFile `delegates.xml'.
identify: NoDecodeDelegateForThisImageFormat `namingishard.png'.
identify: UnableToOpenConfigureFile `delegates.xml'.
identify: NoDecodeDelegateForThisImageFormat `namingishard.png'.
x