-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
51 lines (33 loc) · 1.13 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
PCX2BMP
---------------------------
Graphic converter for PCEngine developers.
PCX(256 palette) ---> BMP(256 palette)
BMP(256 palette) ---> PCX(256 palette)
Input / output PCX and BMP are 256-color palette images.
---------------------------
1.compilation
(Installded c: MSYS2/MinGW)
set PATH=C:\msys64\mingw32\bin\;C:\msys64\usr\bin\;%PATH%
gcc.exe pcx2bmp.c -opcx2bmp.exe
---------------------------
2.command line
pcxtool InputFileName OutputFileName
The combination of input / output files is fixed.
(ok)pcxtool input.PCX output.BMP
(ok)pcxtool input.BMP output.PCX
(no)pcxtool input.PCX output.PCX
(no)pcxtool input.BMP output.BMP
Input / output PCX and BMP are 256-color palette images.
---------------------------
3.License
This program is a modification of pcxtool that comes with the HuC compiler.
The license follows HuC.
HuC
https://github.com/dshadoff/huc
https://github.com/uli/huc
DevKit HomePage
http://www.magicengine.com/mkit/
Zeograd's lair(->HuC)
https://www.zeograd.com/index.php
----------------------------------------------------------------
thanks all.