summaryrefslogtreecommitdiff
path: root/src/imageutils.h
blob: 72602a2fcaa478c7e5e2efbaf30aa8cea15d4111 (plain)
1
2
3
4
5
6
7
8
9
#ifndef IMAGEUTILS_H_
#define IMAGEUTILS_H_

#include <stdlib.h>

bool write_png(const char *filename, unsigned char *pixels, int width, int height);
void flip_image(const unsigned char *src, unsigned char *dst, size_t pixelsize, size_t width, size_t height);

#endif
contact: Jan Huwald // Impressum