Registry / other / xcb-image

xcb-image

JSON →
library0.4.1vcpkgunverified

XCB port of Xlib's XImage and XShmImage functions.

vcpkg install xcb-image
INSTALL
IMPORT
SIG · XCB-IMAGE
X
xcb-image
othercppv0.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

xcb/xcb_image.h
#include <xcb/xcb_image.h>

Creates and destroys an XCB image object.

#include <xcb/xcb_image.h> int main() { xcb_connection_t *conn = xcb_connect(NULL, NULL); xcb_image_t *img = xcb_image_create_native(conn, 100, 100, XCB_IMAGE_FORMAT_Z_PIXMAP, 32, NULL, 0, NULL); xcb_image_destroy(img); xcb_disconnect(conn); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
18
Resources

No resource links recorded.

xcb-image — pip install xcb-image · libregistry