Search found 2 matches

by sindrit
2011-02-22T02:58:05-07:00
Forum: Bugs
Topic: Convert unable to extract exif from tiff
Replies: 2
Views: 5951

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. A...
by sindrit
2011-02-21T10:46:46-07:00
Forum: Bugs
Topic: Convert unable to extract exif from tiff
Replies: 2
Views: 5951

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...