Added iptc, datasets, metadatum

v0.27.3
Andreas Huggel 21 years ago
parent 21256670bc
commit aa60b900c1

@ -3,7 +3,7 @@
# Brief Dot file for a graph showing the component dependencies # Brief Dot file for a graph showing the component dependencies
# of the Exiv2 library. Run the following command to get the image: # of the Exiv2 library. Run the following command to get the image:
# $ dot -Tgif -oexiv2.gif exiv2.dot # $ dot -Tgif -oexiv2.gif exiv2.dot
# Version $Name: $ $Revision: 1.2 $ # Version $Name: $ $Revision: 1.3 $
# Author Andreas Huggel (ahu) # Author Andreas Huggel (ahu)
# <a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a> # <a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a>
# Date 18-Feb-04, ahu: created # Date 18-Feb-04, ahu: created
@ -20,16 +20,26 @@ L5 [shape=plaintext] ;
"L5" -> "L4" -> "L3" -> "L2" -> "L1" [style=invis] ; "L5" -> "L4" -> "L3" -> "L2" -> "L1" [style=invis] ;
"exif" [shape=box] ; "exif" [shape=box] ;
"iptc" [shape=box] ;
"metadatum" [shape=box] ;
"ifd" [shape=box] ; "ifd" [shape=box] ;
"image" [shape=box] ; "image" [shape=box] ;
"tags" [shape=box] ; "tags" [shape=box] ;
"datasets" [shape=box] ;
"value" [shape=box] ; "value" [shape=box] ;
"types" [shape=box] ; "types" [shape=box] ;
"error" [shape=box] ; "error" [shape=box] ;
"makernote" [shape=box] ; "makernote" [shape=box] ;
"exif" -> "metadatum" ;
"exif" -> "tags" ; "exif" -> "tags" ;
"exif" -> "makernote" ; "exif" -> "makernote" ;
"exif" -> "image" ; "exif" -> "image" ;
"iptc" -> "metadatum" ;
"iptc" -> "datasets" ;
"iptc" -> "image" ;
"metadatum" -> "value" ;
"metadatum" -> "error" ;
"makernote" -> "ifd" ; "makernote" -> "ifd" ;
"makernote" -> "value" ; "makernote" -> "value" ;
"ifd" -> "error" ; "ifd" -> "error" ;
@ -37,6 +47,8 @@ L5 [shape=plaintext] ;
"image" -> "types" ; "image" -> "types" ;
"tags" -> "error" ; "tags" -> "error" ;
"tags" -> "value" ; "tags" -> "value" ;
"datasets" -> "error" ;
"datasets" -> "value" ;
"value" -> "types" ; "value" -> "types" ;
{ rank=same; L1 error types } { rank=same; L1 error types }

Loading…
Cancel
Save