#include "image.h"#include <stdlib.h>#include <iostream.h>Compounds | |
| struct | DOUBLE_COLOR |
Functions | |
| void | PixbufDestroy (guchar *pixels, gpointer data) |
| void | exit_all (GtkWidget *widget, GdkEvent *event, gpointer data) |
| void | new_window (GtkWidget *image, char *name) |
| bool | is_imagefile (string FileName) |
|
||||||||||||||||
|
|
|
|
checks to see if the name of the file corresponds with that of an image file, simply checks the extension fo the file
|
|
||||||||||||
|
used primarily for debugging, places a new window with the image displayed in it
|
|
||||||||||||
|
this function is used to delete the pixel data of all the GTK Images that are produced by the toGTK functions
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002