Sujet : Re: Let Us Celebrate NetPBM
De : dg (at) *nospam* linux.rocks (Diego Garcia)
Groupes : comp.os.linux.advocacyDate : 26. Oct 2024, 10:37:18
Autres entêtes
Organisation : UsenetExpress - www.usenetexpress.com
Message-ID : <pan$a8642$af6d908$3c8b6a52$78ad48ff@linux.rocks>
References : 1 2 3
On Fri, 25 Oct 2024 18:40:03 -0000 (UTC), candycanearter07 wrote:
Generally, you use images to show to other people, so I don't see how it
being Unix exclusive is a positive.
>
A lot of GNU/Linux software will either default to or demand
PNM images for input/output.
One program that comes to mind is the SANE scanning package
where scanimage will output PNM format only.
The reason is PIPES.
All the programs within NetPBM can be piped together to provide
a processing chain. It is thus convenient to have software
output in PNM format so that it can be immediately piped
into a processing chain.
This is the traditional Unix way.