21 |
|
|
22 |
void image_swap(IMAGE * image1, IMAGE * image2); |
void image_swap(IMAGE * image1, IMAGE * image2); |
23 |
void image_copy(IMAGE *image1, IMAGE * image2, uint32_t edged_width, uint32_t height); |
void image_copy(IMAGE *image1, IMAGE * image2, uint32_t edged_width, uint32_t height); |
24 |
void image_setedges(IMAGE * image, uint32_t edged_width, uint32_t edged_height, uint32_t width, uint32_t height); |
void image_setedges(IMAGE * image, uint32_t edged_width, uint32_t edged_height, uint32_t width, uint32_t height, uint32_t interlacing); |
25 |
void image_interpolate(const IMAGE * refn, |
void image_interpolate(const IMAGE * refn, |
26 |
IMAGE * refh, IMAGE * refv, IMAGE * refhv, |
IMAGE * refh, IMAGE * refv, IMAGE * refhv, |
27 |
uint32_t edged_width, uint32_t edged_height, uint32_t rounding); |
uint32_t edged_width, uint32_t edged_height, uint32_t rounding); |