Linux 上使用 Xlib 的图像绘制问题

发布于 2024-08-02 15:04:17 字数 214 浏览 8 评论 0原文

我正在开发一个应用程序,在该应用程序中我从窗口主机接收图像..客户端使用C++在Linux中..我从服务器端发送JPEG格式..我面临的问题是当我接收图像时在客户端上,我使用“XCreateImage”函数创建“XImage”,当我将此图像写入文件时,它看起来很完美..但是当我将此图像传递给“XPutImage”时,图像无法正确显示。图像中有很多噪点...为什么会这样?有什么想法吗?或任何测试代码?请帮帮我..

I am developing an application, in which I am receiving images from my window host.. the client side is in Linux using C++.. I am sending JPEG format from server side.. the problem I am facing is that when I receive the image on client, I use "XCreateImage" function to create the "XImage" and when I write this image to a file, it appears to be perfect.. but when I pass this image to "XPutImage" the image is not displayed properly... lot of noise in image... Why it is so? any idea? or any test code? Please help me out..

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

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

发布评论

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

评论(1

您的 XCreateImage 似乎有错误。如果你解决了这个问题,那么你的程序应该可以正常工作。

但是为什么,为什么你单独使用 Xlib 呢?这是自我鞭打,尽管有些人可能认为这在精神上有益,但有许多更好的选择可以抽象出大部分神秘的 Xlib 垃圾。

It looks like you have an error in XCreateImage. If you fix that then your program should work fine.

But why, WHY are you using Xlib all by itself? That's self-flagellation, although some might consider it spiritually beneficial there are many better options that abstract away much of that arcane Xlib garbage.

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