-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
tantanGH
committed
Mar 25, 2023
1 parent
ab7af1a
commit 974980e
Showing
7 changed files
with
80 additions
and
67 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,37 @@ | ||
# png2bmp | ||
# PNG2BMP.X | ||
|
||
PNG to BMP converter for X680x0/Human68k | ||
|
||
PNGファイルをBMPファイルに変換します。24bitRGBまたは32bitRGBAのPNGのみサポートしています。 | ||
|
||
--- | ||
|
||
### インストール方法 | ||
|
||
PNGBMxxx.ZIP をダウンロードして展開し、PNG2BMP.X をパスの通ったディレクトリに置きます。 | ||
|
||
--- | ||
|
||
### 使用方法 | ||
|
||
png2bmp [オプション] <PNGファイル名> | ||
|
||
-o <出力ファイル名> ... 省略した場合はPNGファイルの拡張子を.bmpに変えたものになります | ||
-s ... 半分のサイズに縮小します | ||
-h ... ヘルプメッセージを表示します | ||
|
||
060loadhigh.x を使ったハイメモリ上での実行に対応しています。 | ||
|
||
--- | ||
|
||
### Special Thanks | ||
|
||
* xdev68k thanks to ファミべのよっしんさん | ||
* HAS060.X on run68mac thanks to YuNKさん / M.Kamadaさん / GOROmanさん | ||
* HLK301.X on run68mac thanks to SALTさん / GOROmanさん | ||
|
||
--- | ||
|
||
### History | ||
|
||
* 0.1.0 (2023/03/25) ... 初版 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters