From b3ab310787d848f8e11c0896393e840f8d1ca9f1 Mon Sep 17 00:00:00 2001 From: Olivier Couet <Olivier.Couet@cern.ch> Date: Tue, 18 Dec 2007 16:41:34 +0000 Subject: [PATCH] - doc index git-svn-id: http://root.cern.ch/svn/root/trunk@21460 27541ba8-7e3a-0410-8455-c3a389f83636 --- asimage/doc/index.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 asimage/doc/index.txt diff --git a/asimage/doc/index.txt b/asimage/doc/index.txt new file mode 100644 index 00000000000..d74314b1764 --- /dev/null +++ b/asimage/doc/index.txt @@ -0,0 +1,11 @@ +This directory contains classes interfacing to libAfterImage. +BEGIN_HTML +<ul> +<li><a href="http://www.afterstep.org/afterimage/index.php">libAfterImage Imaging Library.</a></li> +<li><a href="http://root.cern.ch/root/htmldoc/examples/rose_image.C.html">Drawing an image in a pad.</a></li> +<li><a href="http://root.cern.ch/root/htmldoc/examples/galaxy_image.C.html">Illustration of the TASImage class and an image editor.</a></li> +<li><a href="http://root.cern.ch/root/htmldoc/examples/img2pad.C.html">Inserting images in a pad.</a></li> +<li><a href="http://root.cern.ch/root/htmldoc/examples/imgconv.C.html">Save an image in various formats: .png, .gif, .xpm and tiff.</a></li> +<li><a href="http://root.cern.ch/root/htmldoc/examples/pad2png.C.html">create a canvas and save as png.</a></li> +</ul> +END_HTML -- GitLab