source: trunk/tools/database/gd/README@ 10367

Last change on this file since 10367 was 829, checked in by bird, 26 years ago

gifdraw (gd) v1.2 - initial checkin.

File size: 3.0 KB
Line 
1This is the gd gif-manipulating library, version 1.2. It was
2created to allow graphs, charts and the like to be generated on the
3fly for use on the World wide Web, but is useful for any
4application in which custom .GIFs are useful. It is not a paint
5program; it is a library. If you are looking for a paint program
6for the X Window System, check out David Koblas "xpaint", available
7by anonymous FTP from ftp.netcom.com in pub/ko/koblas. (I'm just a
8fan of Dave's code.)
9
10NOTE TO THE IMPATIENT: the Sun 'cc' compiler shipped
11standard with SunOS 4.1.3 is NOT AN ANSI C COMPILER and
12will not compile gd. Get and use gcc if you don't
13already have it, or use Sun's own commercial-grade
14ANSI C compiler if you prefer to purchase it.
15"What's new in gd 1.2?"
16
17Many bug fixes, ANSI C compliance, several new fonts and more.
18
19"Where's the manual?"
20
21Load gd.html into your web browser. Print it if you like,
22but <em>every single reference to a function is a hyperlink</em>,
23so the manual is especially good when read online! Note
24that the entire manual is one document, so it should be
25reasonably pleasant to read offline when printed.
26
27COPYRIGHT 1994,1995 BY THE QUEST CENTER AT COLD SPRING HARBOR LABS.
28Permission granted for unlimited use, provided that
29Thomas Boutell and the Quest Center at Cold Spring Harbor Labs are given
30credit for the library in the user-visible documentation of
31your software. If you modify gd, we ask that you share the
32modifications with us so they can be added to the
33distribution. See gd.html for details.
34
35gd has been compiled in various forms on all major platforms.
36It is happiest on a machine with 32-bit addressing and
37a proper stack (ie, anything running Unix, VMS, Windows NT
38or any other modern operating system), but is entirely
39usable under DOS and Windows. Note, however, that the
40flood-fill routines are mildly recursive and may fail on machines
41with tiny stack areas. Also, the fonts require a significant
42amount of memory (they are optimized more for speed than
43for size), but they need not be linked by applications that
44do not use them. Otherwise the code is highly
45portable as long as you have an ANSI C compiler.
46
47Full documentation is provided in HTML (World Wide Web) format
48in the file gd.html (part of this distribution). You can access the
49latest version of the file at the URL "http://siva.cshl.org/gd/gd.html".
50If you are unfamiliar with the World Wide Web, consult the Frequently
51Asked Questions posting of the appropriate comp.infosystems.www.browsers
52subgroup for your operating system to obtain
53more information on where to locate a hypertext browser.
54The text-based browser "Lynx" does a particularly good job
55of navigating the manual and will run on nearly anything.
56Netscape works fine too.
57
58If you don't have the patience to consult the manual
59first, build and examine gddemo.c (see the Makefile)
60and run it. It will read in demoin.gif and output
61demoout.gif, which you will want to examine with your
62GIF viewer to see the results.
63
64Tom Boutell, boutell@boutell.com
65
66http://sunsite.unc.edu/boutell/index.html
67
68P.O. Box 20837
69Seattle, WA 98102
70
Note: See TracBrowser for help on using the repository browser.