Re: [AD] Possible bug in 4.2 bitmap loading code. |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: "Coordination of admins/developers of the game programming library Allegro" <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] Possible bug in 4.2 bitmap loading code.
- From: "Trent Gamblin" <trent@xxxxxxxxxx>
- Date: Sat, 5 Apr 2008 18:30:04 -0600 (MDT)
On Sat, April 5, 2008 3:36 pm, Peter Wang said:
>> There are another issue, MSDN says that an BMP can't be
>> 'top-down' and 'compressed' at the same time, but with Adobe
>> Photoshop you can create them (RLE4 or RLE8, with negative
>> height). ¿We should give support to load these top-down
>> compressed files? I think that most programs don't support
>> these odd files.
>
> What do we do now?
>
> Peter
I say if they don't follow the spec we don't need to support them.
Surely photoshop can export a valid bitmap?
Trent