exiftran writes bad EXIF data
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
fbi (Debian) |
Fix Released
|
Unknown
|
|||
fbi (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
exiftran should not be changing any exif data except the orientation tag and /or thumbnail, and probably image height / width. However the output file's exif data is being changed in unexpected ways, being filled with corrupt values.
Here is a diff of the before and after of the exif values of this file after the command exivtran -i -9 on this file:
https:/
10c10
< Exif.Image.ExifTag Long 1 418
---
> Exif.Image.ExifTag Long 1 634
14a15
> Exif.Photo.
27c28
< Exif.MakerNote.
---
> Exif.MakerNote.
40c41
< Exif.Panasonic.
---
> Exif.Panasonic.
51c52
< Exif.Panasonic.
---
> Exif.Panasonic.
63,65c64,66
< Exif.Panasonic.
< Exif.Panasonic.
< Exif.Panasonic.
---
> Exif.Panasonic.
> Exif.Panasonic.
> Exif.Panasonic.
71c72
< Exif.Panasonic.
---
> Exif.Panasonic.
74,76c75,77
< Exif.Photo.
< Exif.Photo.
< Exif.Photo.
---
> Exif.Photo.
> Exif.Photo.
> Exif.Photo.
98,99c99,100
< Exif.Thumbnail.
< Exif.Thumbnail.
---
> Exif.Thumbnail.
> Exif.Thumbnail.
The proper values are those with the correct lens information.
Version is 2.07-10build1 on up-to-date raring.
tags: | added: corruption data |
Changed in fbi (Debian): | |
status: | Unknown → Fix Released |
Status changed to 'Confirmed' because the bug affects multiple users.