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
- Images in C Richard Ivanowich
- Re: Images in C Glynn Clements
- Re: Images in C Ibrahim F Haddad
- Re: Images in C Augusto Cesar
- Re: Images in C Glynn Clements
- Re: Images in C Andrea Arcangeli
- Re: Images in C Richard Ivanowich
- Re: Images in C Glynn Clements
