pbmplus

機能

ppm,pgm,pbm,pnmについて

説明

pbmplusとはJef Poskanzerが作った画像のフォーマット変換、画像処理などを 行なうためのコマンド群である。
pbmplusで扱われる画像には

pbm
白黒2値の画像
pgm
グレースケール(256色の白黒画像)
ppm
RGBの画像(フルカラーから2色までの画像)

がある。
それぞれのファイルの拡張子には.pbm .pgm .ppm が使われる。
またpnmとはpbm,pgm,ppmを合わせた総称である。
マニュアルの中でpnmと書かれているとそれはpbm,pgm,ppmのどの種類のファイルでも 当てはまるという意味になる。

注意

参照

pbm,pgm,ppmをプログラムで扱うためのライブラリー
pbm pgm ppm pnm
フォーマット変換
pgmtopbm ppmtopgm ppmtotga tgatoppm toppm
画像処理
pbmmask pbmreduce pgmnorm pnmcat pnmconvol pnmcrop pnmcut
pnmenlarge pnmflip pnminvert ppmcscale
ppmquant ppmshear
その他
pbmlife pbmmake ppmpat pnmcat pnmtile

プログラマー/バージョン

     Copyright (C) 1989 by Jef Poskanzer.

     Permission  to  use,  copy,  modify,  and  distribute   this
     software  and  its documentation for any purpose and without
     fee is hereby granted, provided  that  the  above  copyright
     notice  appear  in  all  copies and that both that copyright
     notice and this permission notice appear in supporting docu-
     mentation.   This  software  is  provided  "as  is"  without
     express or implied warranty.

Home | Contents
abe@injapan.net