Package: exiftran
Version: 2.05-2

Subject line says it all really. Try it on a random exif file and see
what happens:

$ wget -q http://www.exif.org/samples/canon-ixus.jpg
$ file canon-ixus.jpg
canon-ixus.jpg: JPEG image data, EXIF standard 2.1
$ hexdump -C canon-ixus.jpg | head -1
00000000  ff d8 ff e1 1b fe 45 78  69 66 00 00 49 49 2a 00  |......Exif..II*.|
$ exiftran -ig canon-ixus.jpg
processing canon-ixus.jpg
$ file canon-ixus.jpg
canon-ixus.jpg: JPEG image data, JFIF standard 1.01
$ hexdump -C canon-ixus.jpg | head -1
00000000  ff d8 ff e0 00 10 4a 46  49 46 00 01 01 00 00 01  |......JFIF......|

I'm reasonably certain that this shouldn't happen.
(Usual disclaimer: I could be wrong.)

I'm using (on a currently up-to-date Etch install):
exiftran: 2.05-2
libc6: 2.3.6.ds1-8
libexif12: 0.6.13-4
libjpeg62: 6b-13


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to