Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我注意到 boost::gil::extension::io 只支持 png 或 jpeg 文件。虽然这通常足够了,但我想知道如何将位图 (*.bmp) 文件加载到图像中?这实际上不应该比 jpeg 等更容易吗?
希望你解决了。只需添加:在现有的 boost 上安装最新版本的 GIL,然后编译。位图文件位于新的“io_new”文件夹下。