surfaces-unies/src/common.h
Phuntsok Drak-pa 41dfd68f09 trying stuff
2018-11-11 16:32:27 +01:00

12 lines
283 B
C

#ifndef COMMON_H
#define COMMON_H
#include "utilities.h"
void addPixelToSelectedZone(Image_t t_img, int t_idx, Zone_t t_zone);
void chooseZoneForPixel(Image_t t_img, int t_idx, darray_t zones);
darray_t imgToZones(Image_t t_img);
void compress(const char*);
#endif /* COMMON_H */