aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYale Huang <yale.huang@trantect.com>2013-09-12 19:05:32 +0800
committerYale Huang <yale.huang@trantect.com>2013-09-12 19:05:32 +0800
commita081ebf5e4704ad17d5ff6744c42397e891f674c (patch)
tree1f086e0095d6b5aa828b9ed3a583f1993fb7b1c2
parentb5400736a45b99a472723cb1f66dd16dcfa445a3 (diff)
downloadricoh-sp100-a081ebf5e4704ad17d5ff6744c42397e891f674c.tar.gz
Call identify with PBM file. Workable with Ubuntu Precise now.
-rwxr-xr-xpstoricohddst-gdi2
1 files changed, 1 insertions, 1 deletions
diff --git a/pstoricohddst-gdi b/pstoricohddst-gdi
index 16bdd34..81c017b 100755
--- a/pstoricohddst-gdi
+++ b/pstoricohddst-gdi
@@ -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