Moved the function to Save image also into the internal header

This commit is contained in:
Christophe CURIS
2013-05-02 20:48:45 +01:00
committed by Carlos R. Mafra
parent 883cda48e3
commit 268ead4eca
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -66,5 +66,10 @@ RImage *RLoadJPEG(RContext *context, char *file);
RImage *RLoadGIF(char *file, int index);
#endif
/*
* Function for Saving in a specific format
*/
Bool RSaveXPM(RImage * image, char *filename);
#endif