如何将 Cairo Image 表面的内容写入 Gdk Pixbuf 中?
我有一个画布(Gdk 绘图区域),我可以使用 Cairo 将其绘制到其中,但我需要将画布的内容保存到缓冲区中,在我的例子中是 Gdk Pixbuf。我想知道是否可行,是否有更好的方法我想知道。
谢谢。
I have a canvas(Gdk Drawing Area), which I can draw into it using Cairo, but I need to save contents of my canvas into a buffer which in my case is a Gdk Pixbuf. I want to know if it's possible or not, if there is a better way I would like to know.
thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们使用简单的复制例程在 f-spot 中执行此操作。不是最优雅的解决方案,但它有效:
http://git.gnome.org/browse/f-spot/tree/lib/libfspot/f-pixbuf-utils.c#n170
We do this in f-spot using a simple copy routine. Not the most elegant solution, but it works:
http://git.gnome.org/browse/f-spot/tree/lib/libfspot/f-pixbuf-utils.c#n170