home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Graphics / Graphics.zip / gif_text.zip / read.me < prev    next >
Text File  |  1999-08-16  |  7KB  |  146 lines

  1. 14 July 1999
  2.  
  3. GIF_TEXT: A Graphical Text Generator
  4.  
  5. GIF_TEXT ver 1.3b is an OS/2 program that converts text strings into.GIF images.
  6. Using one of the several included "alphabytes", or a TTF font,
  7. it's easy to make attractive banners, headers, and other messages.
  8.  
  9. GIF_TEXT can be invoked in several ways:
  10.   *  as a CGI-BIN script running on an OS/2 web server 
  11.   *  as an "addon" for the SRE-http web server
  12.   *  as a stand-alone program
  13.  
  14. Some of GIF_TEXT's features include:
  15.   * dynamically generate time and date using one of several REXX formats.
  16.     --  you can use GIF_TEXT as a graphical digital-clock for your web pages.
  17.   * backgrounds can be added to your message 
  18.   * addition of new "alphabytes", and TTF fonts, is easy 
  19.   * messages can be sized to specific height and width
  20.   * messages can contain several lines of text, and
  21.     can contain embedded font changes
  22.   * character specific scaling 
  23.   * color slides, color gradients, or foreground images can be used to 
  24.     color the text; with probability and original-color-value based 
  25.     transformation rules.
  26.   * using included HTML FORM documents, it's easy to create images 
  27.     -- including "buttons with text" 
  28.   * a FORM based HTML front-end is included
  29.   * when used with SRE-http, a "download pieces as they become available"
  30.     mode can be used to speed up percieved throughput
  31.  
  32. For the latest version of GIF_TEXT: visit http://www.srehttp.org/apps/gif_text/
  33. For questions: contact Daniel Hellerstein, danielh@econ.ag.gov
  34.  
  35. For installation and usage instructions: see GIF_TEXT.DOC. 
  36.  
  37. Please read the disclaimer regarding use rights, and regarding the
  38. question of the UniSys patent on LZW compression.
  39.  
  40. -------------------------------------------------
  41. Disclaimer
  42.  
  43.   Copyright 1996,1997 by Daniel Hellerstein. Permission to use this program
  44.   for any purpose is hereby granted without fee, provided that
  45.   the author's name not be used in advertising or publicity
  46.   pertaining to distribution of the software without specific written
  47.   prior permision.
  48.  
  49.  
  50.     THIS SOFTWARE PACKAGE IS PROVIDED "AS IS" WITHOUT EXPRESS
  51.     OR IMPLIED WARRANTY.
  52.     THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE PACKAGE,
  53.     INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
  54.     IN NO  EVENT SHALL THE AUTHOR (Daniel Hellerstein) OR ANY PERSON OR
  55.     INSTITUTION ASSOCIATED WITH THIS PRODUCT BE LIABLE FOR ANY
  56.     SPECIAL,INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
  57.     RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
  58.     OF CONTRACT,NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
  59.     IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE PACKAGE.
  60.  
  61.  
  62.    GIF_TEXT and associated files were developed on the personal time of 
  63.    Daniel Hellerstein, and are not supported, approved, or in any way an 
  64.    official product of my employer (USDA/ERS).
  65.  
  66.    GIF_TEXT uses the RXGDUTIL libraray, and adaptation of the GD libraries.
  67.    Please read the "legal stuff" (below) pertaining to RXGDUTIL.
  68.  
  69. IMPORTANT NOTE:
  70.    It is an open question as to the need for royalty payments to UniSys for
  71.    use of LZW compression in .GIF files.  Accordingly, it is the responsibility 
  72.    of the user of this software (that is, of the RXGDUTIL package) to ascertain
  73.    whether or not this concern is relevant to their uses.
  74.  
  75. -------------------------------
  76. Legal Stuff pertaining to RXGDUTIL -- extracted from the RXGDUTIL distribution
  77. package. Note that GD is the product from which RXGDUTIL is derived.
  78.  
  79. gd 1.2 is copyright 1994, 1995, Quest Protein Database Center,
  80. Cold Spring Harbor Labs. Permission granted to copy and distribute
  81. this work provided that this notice remains intact. Credit
  82. for the library must be given to the Quest Protein Database Center,
  83. Cold Spring Harbor Labs, in all derived works. This does not
  84. affect your ownership of the derived work itself, and the intent
  85. is to assure proper credit for Quest, not to interfere with your
  86. use of gd. If you have questions, ask. ("Derived works"
  87. includes all programs that utilize the library. Credit must
  88. be given in user-visible documentation.)
  89.  
  90. If you wish to release modifications to gd,
  91. please clear them first by sending email to
  92. boutell@boutell.com; if this is not done, any modified version of the gd
  93. library must be clearly labeled as such.
  94.  
  95. The Quest Protein Database Center is funded under Grant P41-RR02188 by
  96. the National Institutes of Health.
  97.  
  98. Written by http://sunsite.unc.edu/boutell/index.html  Thomas Boutell 2/94-7/95
  99.  
  100. The GIF compression code is based on that found in the pbmplus
  101. utilities, which in turn is based on GIFENCOD by David Rowley. See the
  102. notice below:
  103.  
  104.  
  105. /*
  106. ** Based on GIFENCOD by David Rowley <mgardi@watdscu.waterloo.edu>.A
  107. ** Lempel-Zim compression based on "compress".
  108. **
  109. ** Modified by Marcel Wijkstra <wijkstra@fwi.uva.nl>
  110. **
  111. ** Copyright (C) 1989 by Jef Poskanzer.
  112. **
  113. ** Permission to use, copy, modify, and distribute this software and its
  114. ** documentation for any purpose and without fee is hereby granted, provided
  115. ** that the above copyright notice appear in all copies and that both that
  116. ** copyright notice and this permission notice appear in supporting
  117. ** documentation.  This software is provided "as is" without express or
  118. ** implied warranty.
  119. **
  120. ** The Graphics Interchange Format(c) is the Copyright property of
  121. ** CompuServe Incorporated.  GIF(sm) is a Service Mark property of
  122. ** CompuServe Incorporated.
  123. */
  124.  
  125.  
  126. The GIF decompression is based on that found in the pbmplus
  127. utilities, which in turn is based on GIFDECOD by David Koblas. See the
  128. notice below:
  129.  
  130. /* +-------------------------------------------------------------------+ */
  131. /* | Copyright 1990, 1991, 1993, David Koblas.  (koblas@netcom.com)    | */
  132. /* |   Permission to use, copy, modify, and distribute this software   | */
  133. /* |   and its documentation for any purpose and without fee is hereby | */
  134. /* |   granted, provided that the above copyright notice appear in all | */
  135. /* |   copies and that both that copyright notice and this permission  | */
  136. /* |   notice appear in supporting documentation.  This software is    | */
  137. /* |   provided "as is" without express or implied warranty.           | */
  138. /* +-------------------------------------------------------------------+ */
  139.  
  140.  
  141. And don't forget that Andrew J. Wysocki (Andy) wrote the RXGDUTIL.C
  142. module and should get all credit where credit is due. September 1995
  143.  
  144.  
  145.  
  146.