[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] Bit-Depth and Graphics stuff....



On 07/07/2010 05:12 PM, m0n0 wrote:

> Then there will be different input formats ( maybe this is already
> converted by netsurf into an generic 32bit format) which would mean I have
> to implement all blitting functions several times (for all kinds of
> inputs).

No, the way to do this is to first transform the bitmaps to a generic
format (such a format already exists in VDI for 8 bit and less), and
then transform this generic format to the screen format.

Jo Even