Skip to content

katahiromz/txt2png

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(Japanese, UTF-8)

# 日本語 txt2png by 片山博文MZ

## これは何?

このプログラムはシフトJIS (コードページ932) テキストファイルから output-1.png, output-2.png ... などを生成します。

## 対応環境

- 日本語の Windows XP 以降

## 使い方

```txt
用法: txt2png [オプション] -i your_list.bas

オプション:
    --help                このメッセージを表示します。
    --version             バージョン情報を表示します。
    -i INPUT              入力ファイル (プログラムリストかテキスト) を指定します。
    --max-x COLUMNS       桁の数を指定します (デフォルト: 120)。
    --max-y ROWS          行の数を指定します (デフォルト: 80)。
    --margin MARGIN       ピクセル単位で余白を指定します (デフォルト: 16)。
    --8801                8801フォントを使用します。
    --bold                太字フォントを使用します。
```

## ライセンス

- MIT

## 連絡先

- 片山博文MZ <katayama.hirofumi.mz@gmail.com>

---
(English)

# Japanese txt2png by katahiromz

## What's this?

This program generates output-1.png, output-2.png, ... etc. from a Shift_JIS (codepage 932) text file.

## Support Platforms

- Japanese Windows XP and later

## Usage

```txt
Usage: txt2png [options] -i your_list.bas

Options:
    --help                Display this message
    --version             Show version information
    -i INPUT              Specify input file (program list or text)
    --max-x COLUMNS       Specify column count (default: 120)
    --max-y ROWS          Specify row count (default: 80)
    --margin MARGIN       Specify margin in pixels (default: 16)
    --8801                Use 8801 font
    --bold                Use bold font
```

## License

- MIT

## Contact

- Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>