You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
464 B
C

4 years ago
#ifndef __LOADER_H
#define __LOADER_H 1
#include "imlib2_common.h"
#include "image.h"
EAPI char load(ImlibImage * im, ImlibProgressFunction progress,
char progress_granularity, char load_data);
EAPI int load2(ImlibImage * im, int load_data);
EAPI char save(ImlibImage * im, ImlibProgressFunction progress,
char progress_granularity);
EAPI void formats(ImlibLoader * l);
#endif /* __LOADER_H */