Boost::GIL 从内存中读取图像

发布于 2024-10-14 14:11:04 字数 75 浏览 1 评论 0原文

我需要能够从 Boost::Gil 框架的内存中加载图像(jpeg、png 等)。 有办法做到这一点吗?

感谢您的回答!

I need to be able to load images (jpeg, png etc.) from the memory in Boost::Gil framework.
Is there a way to do that?

Thanky for your answers!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

甜心 2024-10-21 14:11:04

根据文档 读取/转换函数< /a> 只接受文件名作为输入,而不接受一般的流或指针,所以这似乎是不可能的。

头文件上的 Grep 似乎也同意:

/usr/include/boost/gil > grep -nri stream *
/usr/include/boost/gil >

并且搜索 void *char * 也不会返回任何相关结果。

The according to the documentation the read/convert functions only accept filenames as input, not general streams or pointers, so this seems to not be possible.

Grep on the header files seems to agree too:

/usr/include/boost/gil > grep -nri stream *
/usr/include/boost/gil >

and searches for void * or char * don't return any relevant results either.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文