_                    _
  ___ | |__   __ _ _______ | |_
 / _ \| '_ \ / _` |_  / _ \| __|
| (_) | | | | (_| |/ / (_) | |_
 \___/|_| |_|\__,_/___\___/ \__|

netpbmusage and examples

Netpbm is an image manipulation set packages.

(back to top)

All packages output to stdin, they need to be redirected to a file or piped to another program as shown in the example.

text to image:
image crop:
enlarge:
convert to jpeg:
vertical file concatenation:
horizontal file concatenation:

(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

</examples/netpbm_example.jpeg>

(back to top)

(back to top)

figlet , text_manipulation

- ArchLinux manpages: netpbm

- Netpbm at SourceForge

(back to top)

ohazot | about | ohazot.com <admin@ohazot.com>

This document applies to: linux OpenBSD 7.7| Created:2026-04-02|Updated:2025-10-13|