utils.h 135 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 #ifndef IMAGE_TRANSFORM_UTILS_H #define IMAGE_TRANSFORM_UTILS_H #include <image.h> void free_img_data(struct image* image); #endif