From 0de7ad094d9be8ef3f444d0c336de96cd50ebb37 Mon Sep 17 00:00:00 2001 From: Stephen Houston Date: Thu, 2 Jun 2016 17:35:44 -0500 Subject: [PATCH] Ephoto: Forgot to commit the header file additions for the new filters. --- src/bin/ephoto.h | 4 ++++ 1 file changed, 4 insertions(+) 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*/