00001 00002 #ifndef _CAM_IMGLOAD_H_ 00003 #define _CAM_IMGLOAD_H_ 00004 00005 00006 CAM__HeightMap *CAM__Heightmap_LoadImage(gchar *filename, gint min_z, gint max_z, gboolean use_rg, gboolean invert); 00007 void CAM__Heightmap_SaveXPM(CAM__HeightMap *HeightMap, gchar *filename); 00008 00009 #endif