Package: jhead
Version: 1:2.93-1
Severity: normal

Hi,

jhead is removing a lot of valuable data with 

jhead -cmd 'jpegtran -progressive &i > &o' P1080931.JPG,
like the most important Date/Time Original exif tag. 

jhead -cmd is supposed to keep that exif tags.

I now use :

    phototemp=$(mktemp $photo.XXXX)
    jpegtran -copy all -progressive $photo > $phototemp && mv -f  $phototemp 
$photo


thanks


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (600, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages jhead depends on:
ii  libc6          2.13-24
ii  libjpeg-progs  8c-2

jhead recommends no packages.

Versions of packages jhead suggests:
ii  imagemagick  8:6.6.9.7-5+b2

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to