1. .ICO and .BMP files in DOS
I'm trying to display bitmap and icon files in DOS.
Has anyone written and programs that reads Windows .ICO files? I've got the
specs, but there's no point in duplicating the work if it's been done
already.
I think that, after the file header and the directory header, the format is
the same as a bitmap, so I can probably filch RDS's code.
Thanks.
-- David Cuny
2. .ICO and .BMP files in DOS
- Posted by Alan Tu <ATU5713 at COMPUSERVE.COM>
Sep 01, 1998
-
Last edited Sep 02, 1998
For .BMP files, see \euphoria\demos\dos32\bitmap.ex
--Alan
=