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