Package: jhead
Version: 2.60-1
Severity: normal
The example
jhead -cmd mogrify -quality 80 &i -model S100 -r *.jpg
jhead -cmd jpegtran -progressive &i > &o -r *.jpg
has two problems:
1. -r seems to be neither recognised nor required by jhead.
2. the argument of -cmd should be quoted in each case.
Hence:
jhead -cmd "mogrify -quality 80 &i -model S100" *.jpg
jhead -cmd "jpegtran -progressive &i > &o" *.jpg
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Versions of packages jhead depends on:
ii libc6 2.3.6-15 GNU C Library: Shared libraries
ii libjpeg-progs 6b-13 Programs for manipulating JPEG fil
jhead recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]