NAME
XImageByteOrder, ImageByteOrder − get server’s byte order.
Synopsis
int XImageByteOrder(display)
Display *display;
Arguments
displaySpecifies a connection to an X server; returned from XOpenDisplay().
Description
XImageByteOrder() specifies the required byte order for images for each scanline unit in XY format (bitmap) or for each pixel value in Z format. It can return either LSBFirst or MSBFirst. The C language macro ImageByteOrder() is equivalent and slightly more efficient.
See Also
XGetImage(), XPutImage().
Copyright O’Reilly & Assoc. —