Deutsch   English   Français   Italiano  
<pan$a8642$af6d908$3c8b6a52$78ad48ff@linux.rocks>

View for Bookmarking (what is this?)
Look up another Usenet article

From: Diego Garcia <dg@linux.rocks>
Subject: Re: Let Us Celebrate NetPBM
Newsgroups: comp.os.linux.advocacy
References: <180033dbd99cc0cd$1$3183141$802601b3@news.usenetexpress.com> <pan$55c0b$b16e3246$d5bbd460$6d8f19ff@linux.rocks> <slrnvhnp68.4t2o.candycanearter07@candydeb.host.invalid>
Mime-Version: 1.0
Message-Id: <pan$a8642$af6d908$3c8b6a52$78ad48ff@linux.rocks>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Lines: 22
Path: ...!weretis.net!feeder9.news.weretis.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!feeder.usenetexpress.com!tr1.iad1.usenetexpress.com!news.usenetexpress.com!not-for-mail
Date: Sat, 26 Oct 2024 09:37:18 +0000
Nntp-Posting-Date: Sat, 26 Oct 2024 09:37:18 +0000
X-Received-Bytes: 1265
Organization: UsenetExpress - www.usenetexpress.com
X-Complaints-To: abuse@usenetexpress.com
Bytes: 1584

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.