rcanut / nhwcodec

NHW : A Next-Generation Image Compression Codec
Other
68 stars 9 forks source link

add some basic handling of bitmap image files #15

Closed eblanca closed 1 month ago

eblanca commented 1 month ago

This PR adds a very basic handling for bitmap files. I tested reading some different (and even weird) image files, with no problems. With this simple add, one can feed the encoder with a lot more flexible bitmap file variants, while avoiding malformed or not suitable ones.

rcanut commented 1 month ago

Great! Many thanks, now NHW codec will be able to read/open different types of bitmap files and not only Windows bitmap.

Cheers, Raphael