On 2012.07.08 14:18, Kent Tenney wrote:
> What command line would display the exif data written by Shotwell?
> $ exif DSCN1010.JPG
> returns key:value pairs, which keys does Shotwell create or write to?


Maybe something along the line of :

$ exif DSCN1010.JPG > /tmp/exif.in ; shotwell ; exif DSCN1010.JPG >
/tmp/exif.out ; diff --ignore-matching-lines="^EXIF tags in.*$"
--old-line-format="" --unchanged-line-format=""  /tmp/exif.in /tmp/exif.out

Hope it helps,

Lucas
_______________________________________________
Shotwell mailing list
[email protected]
http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell

Reply via email to