Rev 4394 | Blame | Last modification | View Log | Download | RSS feed
/* stubs as gif support has been removed */ #include <internal.h> image load_gif(char *filename) { return (image) NULL; } void save_gif(image img, char *filename) { }
/* stubs as gif support has been removed */
#include <internal.h>
image load_gif(char *filename)
{
return (image) NULL;
}
void save_gif(image img, char *filename)