[AD] 16-bit uncompressed windows bitmaps |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: alleg-developers@xxxxxxxxxx
- Subject: [AD] 16-bit uncompressed windows bitmaps
- From: Matthew Leverton <meffer@xxxxxxxxxx>
- Date: Fri, 23 Dec 2005 16:17:48 -0600
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=p1xZu9ZIfQCEke8lbWVrbPCAzVgwki4lzF+JDaZfHjDogMvFcfXdj0agR8mOwBb1r5IoLNNr9wfiCXpmNBBSbIi+gDLp8d5FTNeAox4DYiravv1q/+zvHq/mV5YO+6L7v0PJb576yxSyQIikzbmKCpNwxG5TzaEmBgHnzU0ocpA=
Is there any reason Allegro doesn't support 16-bit uncompressed
Windows bitmaps? Someone on gamedev posted such an image that wouldn't
load. They seemingly are stored 555, with one bit unused. (0xFF7F =
100% white)
I wrote a function (read_16bit_line) to add support, but before I
cleaned it up and submitted a patch I wanted to make sure there was no
reason why Allegro doesn't support them other than the fact that they
aren't very common.
--
Matthew Leverton