9249c92b6c
-- GIF loading and saving library. (Saving uses an uncompressed GIF algorithm that does not use LZW compression.)
21 lines
933 B
Plaintext
21 lines
933 B
Plaintext
$OpenBSD: patch-doc_index_html,v 1.1.1.1 2001/11/02 21:13:35 brad Exp $
|
|
--- doc/index.html.orig Tue Oct 30 18:57:54 2001
|
|
+++ doc/index.html Tue Oct 30 18:58:33 2001
|
|
@@ -63,16 +63,10 @@ hotlink to HTML documentation.<P>
|
|
<DD>print GIF file on laser printers supporting PostScript
|
|
<DT><a href="gif2rgb.html">gif2rgb</a>
|
|
<DD>convert images saved as GIF to 24-bit RGB image(s)
|
|
-<DT><a href="gif2rle.html">gif2rle</a>
|
|
-<DD>convert images saved as GIF to RLE (Utah raster toolkit) format
|
|
-<DT><a href="gif2x11.html">gif2x11</a>
|
|
-<DD>display images saved as GIF files under X window system
|
|
<DT><a href="raw2gif.html">raw2gif</a>
|
|
<DD>convert raw 8-bit image data into GIF files
|
|
<DT><a href="rgb2gif.html">rgb2gif</a>
|
|
<DD>convert 24 bit images to a GIF image using color quantization
|
|
-<DT><a href="rle2gif.html">rle2gif</a>
|
|
-<DD>convert images saved as RLE (Utah raster toolkit) to GIF format
|
|
</DL>
|
|
|
|
<H2>Test Pattern Generators</H2>
|