tjhann / imageformats

Image loading/saving

Home Page:https://code.dlang.org/packages/imageformats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BMP Support

WebFreak001 opened this issue · comments

I'd like to have bmp support. Its also super simple because its mainly just magic value -> uncompressed bytes

I might add it when I have time. Apparently doesn't require much code.

Actually I'm not going to put my time into this but if someone else implements it, I'll merge it. I take that back. @WebFreak001 it's not quite just magic value + bytes. The headers, when properly parsed, seem to be somewhat of a mess. But I already have a Rust version, so I might as well port it to D, too.