summaryrefslogtreecommitdiff
path: root/convert.h
blob: f7811aee6b7cf83069dffaccc419c2e5fa8d51e7 (plain)
1
2
3
4
5
6
#ifndef CONVERT_H
#define CONVERT_H

int convert(const char *in, const char *out, int width, int height);

#endif