From a081ebf5e4704ad17d5ff6744c42397e891f674c Mon Sep 17 00:00:00 2001 From: Yale Huang Date: Thu, 12 Sep 2013 19:05:32 +0800 Subject: [PATCH] Call identify with PBM file. Workable with Ubuntu Precise now. --- pstoricohddst-gdi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 <