libtpcsvg 0.3.0 (c) 2006-2011 by Turku PET Centre

Readme

libtpcsvg 0.3.0 (c) 2006-2011 by Turku PET Centre
Build Jan 10 2012 17:12:43
PET Scalable Vector Graphics library   
-------------------------------------------------------------------------------
Library is distributed under the GNU Lesser General Public Licence
http://www.turkupetcentre.net/software/lgpl-license.html
Information on open source licences: http://www.opensource.org/
Description
-------------------------------------------------------------------------------
The libtpcsvg library is a collection of C functions for producing Scalable
Vector Graphics (SVG) files from positron emission tomography related data
at Turku PET Centre.
List of files
-------------------------------------------------------------------------------
Doxyfile        - Doxygen configuration file.
include/        - Includes all the header files for the .c files
Makefile        - The makefile
 .c files **
axis.c          - Axis for XY plots.
libtpcsvgv.c    - Printing information on this library.
svg_defs.c      - Forming defined SVG objects.
svg_file.c      - File io for SVG and XHTML inline SVG.
svg_plot.c      - XY plot contents.
svg_title.c     - SVG plot titles.
svg_vport.c     - SVG plot viewports.
Using the library
-------------------------------------------------------------------------------
The program that uses the library should include the .h file it needs.
Example:
    #include <libtpcsvg.h>   // includes functions for processing SVG
libtpcsvg is independent on other libraries.