check the XPM image format, a xpm image file is a
c source code.

little example:

/* XPM */
static char *PanelXpm[] = {
"471 260 348 2",   
"       c None",   
".      c #FF6600",
"+      c #FE6500",

more data
...

". . . . . . . "};


I don't know where you can find xpm format doc's, but it is a start.

regards,

Augusto Cesar <[EMAIL PROTECTED]>
---------------------------------

On Mon, 24 Aug 1998, Richard Ivanowich wrote:

> Newbie programmer here,
> 
> Is it possible to put images into a C program???
> 
> Richard Ivanowich
> 

Reply via email to