Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

image_prototypes.h

Go to the documentation of this file.
00001 #ifndef DEF_image_prototypes 00002 #define DEF_image_prototypes 00003 00004 public void crop_pixels( 00005 pixels_struct *in_pixels, 00006 Colour background_colour, 00007 int border, 00008 pixels_struct *out_pixels ); 00009 00010 public Status input_rgb_file( 00011 STRING filename, 00012 pixels_struct *pixels ); 00013 00014 public Status output_rgb_file( 00015 STRING filename, 00016 pixels_struct *pixels ); 00017 #endif

Generated on Wed Jul 28 09:10:57 2004 for BICPL by doxygen 1.3.7