libcaesium/demo/main.c

8 lines
112 B
C

#include "caesium.h"
int main()
{
cs_image_pars options;
cs_compress("test", "test1", &options);
return 0;
}