shithub: view

ref: 032d83f1b0e022c09886d0a57815615332fce7c2
dir: view/a.h

View raw version
enum
{
	NINE,
	SVG,
	JPEG,
	GIF,
	PNG,
	BMP,
};

void*	emalloc(ulong);
void*	erealloc(void*, ulong);
Image*	eallocimage(int, int, ulong, int, ulong);
uchar*	readfile(char*, int*);
int		writefile(char*, char*, int);
int		fileformat(char*);
Image*	ipipeto(Image*, char*);