README
上传用户:qdrechuli
上传日期:2022-08-01
资源大小:917k
文件大小:3k
源码类别:

视频捕捉/采集

开发平台:

Visual C++

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