[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Windows BMP to Hires BIN
You're getting into all kinds of mess with PC video. The
only decent memory map is the 320x200 mode. Mainly
because it uses exactly 64k. Of course it also uses a byte
value to control pixel colour. Higher video modes use a
series of planes to control output. You really don't want
to get into that.
We won't even consider the newer 3d cards.
However, you might try to use a PC paint program and
convert the image to black and white mode. This way
you could easily write a translator for a hi-res image.
Several commercial programs come to mind and if I
remember right a couple of shareware programs can
do this also.
Phoenyx