randy408 / libspng

Simple, modern libpng alternative
https://libspng.org
BSD 2-Clause "Simplified" License
734 stars 72 forks source link

Support for Windows BMP #229

Open GhostCore07 opened 1 year ago

GhostCore07 commented 1 year ago

Would be convenient to have a color type that matches the one natively supported by windows CreateDIBSection . For instance ARGB format, and RGB with row stride length being rounded up to the nearest DWORD.

randy408 commented 1 year ago

ARGB format support is planned but not padded rows, that can be achieved with the progressive decode/encode API.