Package: graphicsmagick
Version: 1.3.5-5.2
Severity: normal
Given a multi-page PDF, I am using this command to produce a set of TIFF
images (1 per page):
gm convert -units PixelsPerInch -density 300 -depth 1 -compress Group4 \
test.pdf tif:test.%02d.tif
I expect the following output:
-rw-r--r-- 1 grant grant 12030 Oct 29 15:24 test.00.tif
-rw-r--r-- 1 grant grant 35666 Oct 29 15:24 test.01.tif
-rw-r--r-- 1 grant grant 21588 Oct 29 15:24 test.02.tif
-rw-r--r-- 1 grant grant 63522 Oct 29 15:24 test.03.tif
Instead I get this:
-rw-r--r-- 1 grant grant 0 Oct 29 15:24 test.00.tif
-rw-r--r-- 1 grant grant 12030 Oct 29 15:24 test.00.tif.0
-rw-r--r-- 1 grant grant 0 Oct 29 15:24 test.01.tif
-rw-r--r-- 1 grant grant 35666 Oct 29 15:24 test.01.tif.1
-rw-r--r-- 1 grant grant 0 Oct 29 15:24 test.02.tif
-rw-r--r-- 1 grant grant 21588 Oct 29 15:24 test.02.tif.2
-rw-r--r-- 1 grant grant 0 Oct 29 15:24 test.03.tif
-rw-r--r-- 1 grant grant 63522 Oct 29 15:24 test.03.tif.3
It seems that the contents of test.00.tif.0 are valid and what I expect
to be in test.00.tif (which is there but empty).
The conversion works fine on lenny.
Thanks
Grant
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.28-16-generic (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
Versions of packages graphicsmagick depends on:
ii libbz2-1.0 1.0.5-3 high-quality block-sorting file co
ii libc6 2.10.1-2 GNU C Library: Shared libraries
ii libfreetype6 2.3.11-1 FreeType 2 font engine, shared lib
ii libgomp1 4.4.2-1 GCC OpenMP (GOMP) support library
ii libgraphicsmagick3 1.3.5-5.2 format-independent image processin
ii libice6 2:1.0.5-1 X11 Inter-Client Exchange library
ii libjasper1 1.900.1-6 The JasPer JPEG-2000 runtime libra
ii libjpeg62 6b-15 The Independent JPEG Group's JPEG
ii liblcms1 1.18.dfsg-1 Color management library
ii libpng12-0 1.2.40-1 PNG library - runtime
ii libsm6 2:1.1.1-1 X11 Session Management library
ii libtiff4 3.9.1-1 Tag Image File Format (TIFF) libra
ii libwmf0.2-7 0.2.8.4-6.1 Windows metafile conversion librar
ii libx11-6 2:1.2.2-1 X11 client-side library
ii libxext6 2:1.0.4-1 X11 miscellaneous extension librar
ii libxml2 2.7.6.dfsg-1 GNOME XML library
ii zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime
graphicsmagick recommends no packages.
Versions of packages graphicsmagick suggests:
pn graphicsmagick-dbg <none> (no description available)
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]