diff --git a/src/bin/ephoto.h b/src/bin/ephoto.h index 77ba45d..c5a7dc8 100644 --- a/src/bin/ephoto.h +++ b/src/bin/ephoto.h @@ -145,6 +145,10 @@ void ephoto_filter_blur(Evas_Object *main, Evas_Object *image); void ephoto_filter_sharpen(Evas_Object *main, Evas_Object *image); void ephoto_filter_black_and_white(Evas_Object *main, Evas_Object *image); void ephoto_filter_old_photo(Evas_Object *main, Evas_Object *image); +void ephoto_filter_cartoon(Evas_Object *main, Evas_Object *image); +void ephoto_filter_posterize(Evas_Object *main, Evas_Object *image); +void ephoto_filter_sketch(Evas_Object *main, Evas_Object *image); +void ephoto_filter_invert(Evas_Object *main, Evas_Object *image); void ephoto_filter_histogram_eq(Evas_Object *main, Evas_Object *image); /*file functions*/