summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/image/qimagereader/images/corrupt-pixel-count.xpm
blob: 3a736ff2621e03926813b10a62c06b7a635a8481 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 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"
};