Call identify with PBM file. Workable with Ubuntu Precise now.

This commit is contained in:
Yale Huang 2013-09-12 19:05:32 +08:00
parent b5400736a4
commit a081ebf5e4

View file

@ -67,7 +67,7 @@ EOF
jsize=`wc -c < $uid/raster.jbig`
# Taking image dimensions
read fn ft xs ys garb < <(identify $uid/raster.jbig | tr "x" " ")
read fn ft xs ys garb < <(identify $uid/$page | tr "x" " ")
# Flushing page header
cat <<EOF