The example programs include code for a rudimentary image display capability using function calls to the low level X11 libraries. These functions provide access to the X server underlying most, if not all, graphical environments available in Linux. All of the source code showing how to prepare and display an image buffer is provided.
|
|
Note: The display functions are not optimized for speed or efficiency and are intended as a simple mechanism for rendering an image buffer to the screen for viewing. |
Related Topics