Search found 2 matches
- 2011-02-22T02:58:05-07:00
- Forum: Bugs
- Topic: Convert unable to extract exif from tiff
- Replies: 2
- Views: 5983
Re: Convert unable to extract exif from tiff
I just tried `identify -define tiff:exif=true -verbose image.tif` and that resulted in a Segmentation fault. Not that that command would help at all, what the command I am trying to run does is extract the binary data that stores the exif in the image, identify just produces formatted text output ...
- 2011-02-21T10:46:46-07:00
- Forum: Bugs
- Topic: Convert unable to extract exif from tiff
- Replies: 2
- Views: 5983
Convert unable to extract exif from tiff
I'm unable to extract exif from most tif files. When running commands like `convert image.tif output.exif` I get the error message: convert: no APP1 data is available `output.exif' @ error/meta.c/WriteMETAImage/2360. identify is however able to extract exif values from the same image. The an example ...