Picture format for _NET_WM_ICON
问题 Environment: Ubuntu 16.04 In my app, I get an application's icon by calling XGetWindowProperty with _NET_WM_ICON atom. unsigned char* data; XGetWindowProperty(..., &data); unsigned long* data1 = (unsigned long*) data; long width = *data1; long height = *(data1 + 1) unsigned char* imageData = (unsigned char*) (data1 + 2); Here are the specs for the returned data: https://specifications.freedesktop.org/wm-spec/wm-spec-1.3.html#idm140130317554480 According to the specs, the returned image must