surfaces-unies/src/common.h

12 lines
283 B
C
Raw Normal View History

#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);
2018-11-11 15:32:27 +00:00
void compress(const char*);
#endif /* COMMON_H */