From aa60b900c1b8cf3c0184909519d81c539f478ef0 Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Thu, 12 Aug 2004 07:24:53 +0000 Subject: [PATCH] Added iptc, datasets, metadatum --- doc/exiv2.dot | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/exiv2.dot b/doc/exiv2.dot index f20bac50..bbe9a117 100644 --- a/doc/exiv2.dot +++ b/doc/exiv2.dot @@ -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) # ahuggel@gmx.net # 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 }