| ソフトウェア名: | pnm2asc |
| パッケージ名: | p2a_100a.taz |
| 管理番号: | 1998-AIST-H15PRO-070 |
| Copyright (C) 2002 | 産業技術総合研究所 |
これは、pnmフォーマットから、 画素値がascii文字表現のpnmフォーマットに変換するプログラムです。
画像値を、数値で表示したいときや、エディタで変更したいときなどに役に立ちます。
本ソフトウェアは、フリー・ソフトウェアに属するものとします。
本ソフトウェアの使用条件については、license.txtファイルをご覧下さい。
産業技術総合研究所が著作権を所有するフリー・ソフトウェアは、
皆このような使用条件になっています。
C言語により、汎用のつもりで記述しました。
動作確認は、UNIX系のSunOSとDebian GNU/Linuxで行いました。
p2a.htm 最初に読むファイル(このファイル) (Shift JIS)
pnm2asc.txt プログラム説明書 (Shift JIS)
license.txt 使用条件 (Shift JIS)
notice.txt 使用通知書様式 (Shift JIS)
makefile プログラム作成用メイクファイル
pnm2asc.c メイン・ソースプログラム
| ダウンロードファイル : | p2a_100a.taz | (v1.00a, UNIX, Linux バージョン) | (H15PRO 070) |
| ダウンロードファイル : | p2a_100.sha | (v1.00, UNIX, Linux バージョン) | (H15PRO 069) |
'cp p2a_100a.taz p2a.taz' 'uncompress <p2a.taz | tar -xvf -'
本パッケージから各ファイルを取り出し、そこで、 make unix を実行すると、実行プログラムpnm2ascができます。
2002-05.06 v1.00a
説明書に英語による記述を追加
(pnm2ascプログラムの変更はありません)
1998-01.10 v1.00
v0.10に、オプション"-fN"を追加し、公開用に変更
1997-09.19 v0.10
作成開始
| Software Name: | pnm2asc |
| Package Name: | p2a_100a.taz |
| Management Number: | 1998-AIST-H15PRO-070 |
| Copyright (C) 2002 | AIST |
This is a program which converts 'pnm' format into 'ascii-pnm' format. 'ascii-pnm' is a format which describes pixel values by ascii codes.
When you want to display pixels of images with numerical values, and to change pixel values by editor program, this program is useful.
This software belongs to free software.
See the file "license.txt" about conditions of use.
This software written by C language is intended to be generic.
We confirmed with unix SunOS, Debian GNU/Linux.
p2a.htm file to be read first (This file) (Shift JIS)
pnm2asc.txt explanatory note for this program (Shift JIS)
license.txt terms and conditions of license for use (Shift JIS)
notice.txt form for notification of use (Shift JIS)
makefile makefile for making this program on unix
pnm2asc.c main source program
| Download file : | p2a_100a.taz | (v1.00a, UNIX, Linux version) | (H15PRO 070) |
| Download file : | p2a_100.sha | (v1.00, UNIX, Linux version) | (H15PRO 069) |
'cp p2a_100a.taz p2a.taz' 'uncompress <p2a.taz | tar -xvf -'
Extract files from this package, and execute 'make unix', then you will get the executable program 'pnm2asc'.
2002-05.06 v1.00a
added the description in English to the explanation
('pnm2asc' program is not changed.)
1998-01.10 v1.00
added "-fN" option to v0.10, and modified for the version open
to the public.
1997-09.19 v0.10
started creation of this program.