PCX Function 16 (10h) - Load PCX File
Description |
With this function you can load PCX Files to a PiXeL Space... |
Input |
AH |
10h |
---|---|
BX |
X Offset in PiXeL Space |
CX |
Y Offset in PiXeL Space |
DX |
PiXeL Space Handle |
ESI |
Pointer to PCX-Filename (0-terminated) |
Output |
AX |
0 if Ok, > 0 if failed |
---|
Errorcodes |
None |
None |
---|
Notes |
None |
Development Status |
Currently only works on 24Bit 640*480 images. And no speed optimization is done... |