2016-11-13 14:43:54 +01:00
|
|
|
//
|
|
|
|
// Created by Matteo Paonessa on 08/11/16.
|
|
|
|
//
|
|
|
|
|
|
|
|
#ifndef LIBCAESIUM_PNG_H
|
|
|
|
#define LIBCAESIUM_PNG_H
|
|
|
|
|
2016-11-15 09:47:09 +01:00
|
|
|
#include "caesium.h"
|
2016-11-13 14:43:54 +01:00
|
|
|
|
|
|
|
bool cs_png_optimize(const char *input, const char *output, cs_png_pars *options);
|
|
|
|
|
|
|
|
#endif //LIBCAESIUM_PNG_H
|