summaryrefslogtreecommitdiffstats
path: root/giflib-4.1.6/doc/gifclrmp.html
diff options
context:
space:
mode:
authorUpstream <upstream-import@none>1970-01-12 13:46:40 +0000
committerUpstream <upstream-import@none>1970-01-12 13:46:40 +0000
commit1bc4596b116b3c829824c8b929ce48f864ca4a3c (patch)
tree332339626bc83390de46cf38346f76effc46009b /giflib-4.1.6/doc/gifclrmp.html
downloadandroid_external_giflib-1bc4596b116b3c829824c8b929ce48f864ca4a3c.tar.gz
android_external_giflib-1bc4596b116b3c829824c8b929ce48f864ca4a3c.tar.bz2
android_external_giflib-1bc4596b116b3c829824c8b929ce48f864ca4a3c.zip
external/giflib 4.1.6
Diffstat (limited to 'giflib-4.1.6/doc/gifclrmp.html')
-rw-r--r--giflib-4.1.6/doc/gifclrmp.html77
1 files changed, 77 insertions, 0 deletions
diff --git a/giflib-4.1.6/doc/gifclrmp.html b/giflib-4.1.6/doc/gifclrmp.html
new file mode 100644
index 0000000..6ca3a9d
--- /dev/null
+++ b/giflib-4.1.6/doc/gifclrmp.html
@@ -0,0 +1,77 @@
+<!doctype HTML public "-//W3O//DTD W3 HTML 2.0//EN">
+<HTML>
+<HEAD>
+<TITLE>gifclrmp</TITLE>
+<link rev=made href=mailto:esr@snark.thyrsus.com>
+</HEAD>
+<BODY>
+Go to <a href="index.html">index page</a>.
+
+<CENTER><H1>gifclrmp</H1></CENTER>
+
+A program to modify GIF image colormaps. Any local colormap in a GIF file can
+be modified at a time, or the global screen one.<P>
+
+<H1>Usage:</H1>
+
+<pre>
+gifclrmap [-q] [-s] [-t trans] [-l map] [-g Gamma] [-i image] [-h] gif-file
+</pre>
+
+If no gif-file is given, GifClip will try to read a GIF file from stdin.<P>
+
+<H1>Memory required:</H1>
+
+Line.
+
+<H1>Options:</H1>
+
+<DL>
+<DT> [-q]
+<DD> Quiet mode. Defaults off on MSDOS, on under UNIX. Controls printout
+ of running scan lines. Use -q- to invert.<P>
+
+<DT> [-s]
+<DD> Select the global screen color map.<P>
+
+<DT> [-l map]
+<DD> Load color map from this file instead of selected color map.<P>
+
+<DT> [-t trans]
+<DD> Change color index values. The change is made to both
+ the selected color table and the raster bits of the selected image. A
+ translation file is a list of pairs of `before' and `after' index values.
+ At present, the `before' index values must be in ascending order starting
+ from 0.<P>
+
+<DT> [-g Gamma]
+<DD> Apply gamma correction to selected color map.<P>
+
+<DT>[-i image]
+<DD> Select the color map of the numbered image.<P>
+
+<DT>[-h]
+<DD> Print one command line help, similar to Usage above.<P>
+</DL>
+
+<H1>Notes:</H1>
+
+<UL>
+<LI>
+The default operation is to dump out the selected color map in text
+format.<P>
+
+<LI>
+The file to load/dump is simply one color map entry per line. Each such
+entry line has four integers: "ColorIndex Red Green Blue", where color
+index is in ascending order starting from 1.<P>
+</UL>
+
+<H1>Author:</H1>
+
+Gershon Elber
+
+<HR>
+<ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com">&lt;esr@snark.thyrsus.com&gt;</A></ADDRESS>
+</BODY>
+</HTML>