2016-11-04 11:00:04 +01:00
|
|
|
#include "caesium.h"
|
2016-11-13 14:43:54 +01:00
|
|
|
#include "helper.h"
|
2016-11-04 11:00:04 +01:00
|
|
|
|
|
|
|
int main()
|
|
|
|
{
|
2016-11-13 14:43:54 +01:00
|
|
|
cs_image_pars options = initialize_parameters();
|
|
|
|
cs_compress("test.jpg", "test1.jpg", &options);
|
2016-11-04 11:00:04 +01:00
|
|
|
return 0;
|
|
|
|
}
|