_ _
___ | |__ __ _ _______ | |_
/ _ \| '_ \ / _` |_ / _ \| __|
| (_) | | | | (_| |/ / (_) | |_
\___/|_| |_|\__,_/___\___/ \__|
netpbm —
usage and examples
Netpbm is an image manipulation set packages.
All packages output to stdin, they need to be redirected to a file
or piped to another program as shown in the example.
(back to top)
This is the code used to create the favicon for this site:
(echo "#######" && figlet -f letter O | tr ' o' '##' | sed "s/^/#/;3s/#O###O/#O---O/") | \
asciitopgm 100 100 - | pnmcrop -white | pamenlarge -scale 200 | pnmtojpeg > netpbm_example.jpeg
(back to top)
| - Expand this document: this document was created after generating the
favicon, needs further review and examples. |
| - Translate to Spanish. |