ximage Specifies the image.
ximage 1iイメージを指定する。 - XFree86
XGetImage returns the depth of the image to the depth member of the XImage structure. XGetImageはXImage構造体の depth メンバにイメージの深さを返す。 - XFree86
The depth of the destination XImage structure must be the same as that of the drawable. 転送先のXImage構造体の深さはドロウアブルの深さと同じでなければならない。 - XFree86
It allocates the memory necessary for the new XImage structure and returns a pointer to the new image. この関数は新しいXImage構造体に必要なメモリを割り当て、新しいイメージへのポインタを返す。 - XFree86
The XGetImage function returns a pointer to an XImage structure.This structure provides you with the contents of the specified rectangle of the drawable in the format you specify. 関数XGetImageは、XImage構造体へのポインタを返す。 この構造体は、ドロウアブルの指定した長方形領域の内容を、指定したフォーマットで与える。 - XFree86
Rather, it initializes the structure byte-order, bit-order,and bitmap-unit values from the display and returns a pointer to the XImage structure. しかし、イメージそのもののためのメモリは割り当てない。 この関数はメモリの割り当てと言うよりも、ディスプレイより構造体のバイト順、ビット順、ビットマップの基本単位(bitmap-unit)を初期化してXImage構造体へのポインタを返すものである。 - XFree86