mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
Moved the function to Save image also into the internal header
This commit is contained in:
committed by
Carlos R. Mafra
parent
883cda48e3
commit
268ead4eca
@@ -66,5 +66,10 @@ RImage *RLoadJPEG(RContext *context, char *file);
|
|||||||
RImage *RLoadGIF(char *file, int index);
|
RImage *RLoadGIF(char *file, int index);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Function for Saving in a specific format
|
||||||
|
*/
|
||||||
|
Bool RSaveXPM(RImage * image, char *filename);
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -32,8 +32,8 @@
|
|||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
#include "wraster.h"
|
#include "wraster.h"
|
||||||
|
#include "imgformat.h"
|
||||||
|
|
||||||
extern Bool RSaveXPM(RImage * image, char *filename);
|
|
||||||
|
|
||||||
Bool RSaveImage(RImage * image, char *filename, char *format)
|
Bool RSaveImage(RImage * image, char *filename, char *format)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user