FS-7500 add switch_img_letterbox and use it for the mirror input function

This commit is contained in:
Anthony Minessale
2015-05-19 13:13:36 -05:00
committed by Michael Jerris
parent 387b405ccd
commit 09ede13fc4
5 changed files with 70 additions and 12 deletions
+1
View File
@@ -363,6 +363,7 @@ SWITCH_DECLARE(switch_status_t) switch_img_convert(switch_image_t *src, switch_c
SWITCH_DECLARE(switch_image_t *) switch_img_write_text_img(int w, int h, switch_bool_t full, const char *text);
SWITCH_DECLARE(switch_image_t *) switch_img_read_file(const char* file_name);
SWITCH_DECLARE(switch_status_t) switch_img_letterbox(switch_image_t *img, switch_image_t **imgP, int width, int height, const char *color);
/** @} */