for GetImageArtifact() and GetValueFromSplayTree()
%
% GetImageArtifact() gets a value associated with an image artifact.
%
+% WARNING: The pointer returned points directly to stored values.
+% Do not free the memory they pointed to.
+%
% The format of the GetImageArtifact method is:
%
% const char *GetImageArtifact(const Image *image,const char *key)
%
% GetValueFromSplayTree() gets a value from the splay-tree by its key.
%
+% WARNING: The pointer returned points directly into the values stored in
+% tree. Do not free the memory pointed to.
+%
% The format of the GetValueFromSplayTree method is:
%
% void *GetValueFromSplayTree(SplayTreeInfo *splay_tree,const void *key)