diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2017-06-18 23:53:45 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2017-06-18 23:53:45 +0000 |
commit | e6034c80a4a5c2211fed842ce9834e6fe3bb5f3b (patch) | |
tree | a56be53a416961982c312c9f35088471664cfffe /ppmtoterm.html | |
parent | e59f4a1c8616d124898efe33eec5d0b7c1b837ca (diff) | |
download | netpbm-mirror-e6034c80a4a5c2211fed842ce9834e6fe3bb5f3b.tar.gz netpbm-mirror-e6034c80a4a5c2211fed842ce9834e6fe3bb5f3b.tar.xz netpbm-mirror-e6034c80a4a5c2211fed842ce9834e6fe3bb5f3b.zip |
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@2997 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'ppmtoterm.html')
-rw-r--r-- | ppmtoterm.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ppmtoterm.html b/ppmtoterm.html index 0e4b8361..23ac56c0 100644 --- a/ppmtoterm.html +++ b/ppmtoterm.html @@ -2,7 +2,7 @@ <HTML><HEAD><TITLE>Ppmtoterm User Manual</TITLE></HEAD> <BODY> <H1>ppmtoterm</H1> -Updated: 07 April 2010 +Updated: 17 June 2017 <BR> <A HREF="#index">Table Of Contents</A> @@ -56,6 +56,11 @@ to shift the image up or down, for example to center it, use <P>This program was born with the objective of displaying nice color images on the Linux console, e.g. a proper logo at Linux boot. +<p><b>ppmtoascii</b> does a similar things, but combines 2 or 8 pixels into +one character, where the character roughly represents those particular pixels, +whereas <b>ppmtoterm</b> displays each character of the image as a single +pixel. + <p><b>pbmto4425</b> does a similar thing for black and white images, using line drawing characters, on some terminals. @@ -69,6 +74,7 @@ None. <B><A HREF="pamscale.html">pamscale</A></B>, <B><A HREF="pamcut.html">pamcut</a></b>, +<B><A HREF="ppmtoascii.html">ppmtoascii</a></b>, <B><A HREF="pbmtoascii.html">pbmtoascii</a></b>, <B><A HREF="pbmto4425.html">pbmto4425</a></b>, <B><A HREF="ppm.html">ppm</A></B> |