in reply to Returning image data from cgi script

No external image file is required.

#define name_width 1 #define name_height 1 static char name_bits[] = { 0x04 };

is an image.

Replies are listed 'Best First'.
Re^2: Returning image data from cgi script
by Anonymous Monk on May 04, 2005 at 17:50 UTC
    THANK YOU.