man png2html (Commandes) - transforms a PNG image to a web page
NAME
png2html - transforms a PNG image to a web page
SYNOPSIS
png2html
[ imagefile.png textfile.txt output.html compatibility ]
Where compatibility is either 0, 1 or 2
0 = Small Source, but uncompatibile with some browsers
1 = Medium Size, works with almost anything.
2 = Large Source, strict HTML.
DESCRIPTION
png2html takes a PNG image and transforms it pixel per pixel to a web page.
It makes use of a text file supplied by the user to do the conversion.
This program was inspired by http://rio.dhs.org/penguin.html and http://www.embt.com/tom/FreeBSD/textlogo1.html
NOTES
This program assumes that 1 pixel should equal 1 character.
But characters are taller than they are wide, so you may want to resize the image first.
AUTHOR
Png2Html written by Geoff Holden <holden@engr.mun.ca>
This manual page was written by William Vera <billy@billy.com.mx> for the Debian system (but may be used by others).
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation.