如何从gtk程序打开gimp并传递GdkPixbuf?

发布于 2024-10-27 17:31:00 字数 112 浏览 5 评论 0原文

我有一个代表图像的 GdkPixbuf 对象,我在程序中显示该图像。

目前用户可以保存该图像并打开 gimp 来加载它。是否可以直接从c程序打开gimp并将GdkPixbuf对象传递给gimp?

I have a GdkPixbuf object representing an image, I display this image in my program.

Currently the user can save this image and open gimp to load it. Is it possible to open gimp directly from the c program and pass the GdkPixbuf object to gimp?

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

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

发布评论

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

评论(1

烟沫凡尘 2024-11-03 17:31:00

我认为代码应该在两个程序之间链接以传输对象!也许你必须编写一个 Gimp 插件或 #include

但如果你使用的是 Linux(或其他 Unix),使用虚拟内存文件(如 FIFO)可能会更容易.
参见:

man mkfifo

man 7 fifo

I think the code should be linked between two programs to transfer an object! Maybe you have to write a Gimp plugin or #include <gimp.h>

But using a virtual in-memory file (like FIFO) is probably easier, if you are on Linux (or another Unix).
See:

man mkfifo

and

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