qt6-bb10/tests/auto/qimagereader/images/corrupt-pixel-count.xpm

12 lines
174 B
C

/* XPM */
static const char *marble_xpm[] = {
/* width height num_colors chars_per_pixel */
"2 2 2 -2",
/* colors */
"a c #adadad",
"b c #dedede",
/* pixels */
"ab",
"ba"
};