FS-7500: check in png code and put it in the core to mature

This commit is contained in:
Anthony Minessale
2015-02-12 13:37:00 -06:00
parent dd21748edf
commit c6293bec9f
5 changed files with 403 additions and 4 deletions
+5
View File
@@ -191,6 +191,11 @@ SWITCH_DECLARE(switch_status_t) switch_img_txt_handle_render(switch_img_txt_hand
int x, int y, const char *text,
const char *font_family, const char *font_color, const char *bgcolor, uint16_t font_size, double angle);
SWITCH_DECLARE(void) switch_img_patch_hole(switch_image_t *IMG, switch_image_t *img, int x, int y, switch_image_rect_t *rect);
SWITCH_DECLARE(switch_image_t *) switch_img_read_png(char* file_name);
SWITCH_DECLARE(void) switch_img_write_png(switch_image_t *img, char* file_name);
/** @} */
SWITCH_END_EXTERN_C