libcaesium/caesium/png.h

13 lines
233 B
C

//
// Created by Matteo Paonessa on 08/11/16.
//
#ifndef LIBCAESIUM_PNG_H
#define LIBCAESIUM_PNG_H
#include "caesium.h"
bool cs_png_optimize(const char *input, const char *output, cs_png_pars *options);
#endif //LIBCAESIUM_PNG_H