I am looking to put images into the linux console not Xterm or anything
related to X Windows.  I know i have to use SVGAlib or something else but
how???


Richard Ivanowich

----------
> From: Andrea Arcangeli <[EMAIL PROTECTED]>
> To: Richard Ivanowich <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED]
> Subject: Re: Images in C
> Date: Wednesday, August 26, 1998 6:54 PM
> 
> On Mon, 24 Aug 1998, Richard Ivanowich wrote:
> 
> >Newbie programmer here,
> >
> >Is it possible to put images into a C program???
> 
> It depends on which toolkit you are using. Using gnome (imlib) you can do
> something like:
> 
>       GtkWidget *pixmap = gnome_pixmap_new_from_file ("picture.jpg");
> 
> And then you can put the gtk image object directly in your X window.
> 
> Andrea[s] Arcangeli

Reply via email to