Load bitmap file (.bmp)

1.4k Views Asked by At

I noticed the boost::gil::extension::io only supports png or jpeg files.. While this is often enough I'm wondering how to load a bitmap (*.bmp) file into an image? Shouldn't this be actually easier than jpeg etc?

1

There are 1 best solutions below

1
On

Hopefully you solved it. Just to add: install latest version of GIL on existing boost and then compile. The bitmap files comes under new 'io_new' folder.