(To English)

pnm2asc, PNM/ASCI-PNMフォーマット変換プログラム, v1.00a

[Mirror Site1] [Mirror Site2] [Mirror Site3]

ソフトウェア名: pnm2asc
パッケージ名: p2a_100a.taz
管理番号: 1998-AIST-H15PRO-070
Copyright (C) 2002 産業技術総合研究所

1. 概要

これは、pnmフォーマットから、 画素値がascii文字表現のpnmフォーマットに変換するプログラムです。

画像値を、数値で表示したいときや、エディタで変更したいときなどに役に立ちます。

本ソフトウェアは、フリー・ソフトウェアに属するものとします。
本ソフトウェアの使用条件については、license.txtファイルをご覧下さい。 産業技術総合研究所が著作権を所有するフリー・ソフトウェアは、 皆このような使用条件になっています。

2. 確認OS

C言語により、汎用のつもりで記述しました。
動作確認は、UNIX系のSunOSとDebian GNU/Linuxで行いました。

3. ファイル目録

    p2a.htm       最初に読むファイル(このファイル) (Shift JIS)
    pnm2asc.txt   プログラム説明書 (Shift JIS)
    license.txt   使用条件 (Shift JIS)
    notice.txt    使用通知書様式 (Shift JIS)
    makefile      プログラム作成用メイクファイル
    pnm2asc.c     メイン・ソースプログラム

4. ダウンロード

4.1 最新バージョン

ダウンロードファイル : p2a_100a.taz (v1.00a, UNIX, Linux バージョン) (H15PRO 070)

4.2 旧バージョン

ダウンロードファイル : p2a_100.sha (v1.00, UNIX, Linux バージョン) (H15PRO 069)

5. パッケージからファイルを取り出す方法

	'cp p2a_100a.taz p2a.taz'
	'uncompress <p2a.taz | tar -xvf -'

6. 実行プログラム作成方法(UNIX or Linux)

本パッケージから各ファイルを取り出し、そこで、
	make unix
を実行すると、実行プログラムpnm2ascができます。

7. 変更履歴

  2002-05.06	v1.00a
	説明書に英語による記述を追加
	(pnm2ascプログラムの変更はありません)

  1998-01.10    v1.00
        v0.10に、オプション"-fN"を追加し、公開用に変更

  1997-09.19    v0.10
        作成開始






(To Japanese)

pnm2asc, pnm to ascii-pnm format converter, v1.00a

[Mirror Site1] [Mirror Site2] [Mirror Site3]

Software Name: pnm2asc
Package Name: p2a_100a.taz
Management Number: 1998-AIST-H15PRO-070
Copyright (C) 2002 AIST

1. Summary

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.

2. Confirmed operating systems

This software written by C language is intended to be generic.
We confirmed with unix SunOS, Debian GNU/Linux.

3. Catalogue of files in this package

    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

4. Download

4.1 Latest version

Download file : p2a_100a.taz (v1.00a, UNIX, Linux version) (H15PRO 070)

4.2 Old version

Download file : p2a_100.sha (v1.00, UNIX, Linux version) (H15PRO 069)

5. How to extract files from the package

	'cp p2a_100a.taz p2a.taz'
	'uncompress <p2a.taz | tar -xvf -'

6. How to make executable program in unix or linux

Extract files from this package, and execute 'make unix', then you will get the executable program 'pnm2asc'.

7. History of updates

  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.

p2a.htm 0000 , since 2003-05.22.