utils.h 135 Bytes
#ifndef IMAGE_TRANSFORM_UTILS_H
#define IMAGE_TRANSFORM_UTILS_H

#include <image.h>

void free_img_data(struct image* image);

#endif