X11 pixmap
X11 pixmap
How to convert image to X11 pixmap using C/C++?
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: X11 pixmap
Just write the image to a ".xpm" file!
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
Re: X11 pixmap
Thanks for the response.
We are doing that right now.
Is there any other way without writing to a file, but directly converting to X11 pixmap?
Thanks.
We are doing that right now.
Is there any other way without writing to a file, but directly converting to X11 pixmap?
Thanks.
Re: X11 pixmap
ImageMagick generates X11 pixmaps internally for the display program. Grab the source and peruse magick/xwindow.c.