Just can't stay away
Joined: 2006/11/30 11:30 Last Login
: 11/18 16:17
From Finland
Group:
Registered Users
|
@Raziel
What pixel format are you using?
So far I have only added support for what I assume to be the most common ones: ARGB32, BGRA32, RGB16, RGB16PC, RGB15 and RGB15PC.
Unsupported formats are for instance: RGBA32, ABGR32, RGB24, BGR24, BGR16PC and BGR15PC.
While the alternative 32-bit formats should be easy enough to support the others are less so and I would like to avoid adding code for them if possible.
|