/usr/share/doc/png2html/README is in png2html 1.1-5+b1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | png2html 1.1 - Transforms a PNG image into a web page with the use of
a text file.
By Geoff Holden (holden@engr.mun.ca)
INTRODUCTION
------------
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
REQUIREMENTS
------------
This program needs libpng and libgd properly installed on your system.
GD is availibe from http://www.boutell.com/gd/ and libpng is availible
from http://www.cdrom.com/pub/png/pngcode.html
NOTES
-----
Setting the output file to be "-", will direct the output to stdout, as
setting the text file to "-" will cause the program to read from stdin.
There is a limitation to the program, which is not fixed in an effort to
keep the code simple engough for a novice C programmer to read.
* A letter is not square, but a pixel is. This means that your images
will be taller than their originals, to combat this, you may wish to
resize the original first.
|