view src/bitmaps/gray1.xbm @ 109885:42a68d95e799

* image.c (imagemagick_clear_image): Remove debugging output.
author Andreas Schwab <schwab@linux-m68k.org>
date Fri, 20 Aug 2010 14:02:43 +0200
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray1_width 2
#define gray1_height 2
static unsigned char gray1_bits[] = {
   0x01, 0x02};