From 0ac54fdc5593a0b5eb0746b773982ded2abe80db Mon Sep 17 00:00:00 2001 From: Filippo Argiolas Date: Wed, 15 Oct 2008 16:18:22 +0200 Subject: [247/906] Import xray effect Add xray effect. Maps luma to a negative, slightly cyan tinted, curve, applies some light gaussian blur and multiplies it with its sobel edges. Not sure about the name, likely to change. Probably still needs some tuning. --- tests/examples/gtk/fxtest/fxtest.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/examples/gtk') diff --git a/tests/examples/gtk/fxtest/fxtest.c b/tests/examples/gtk/fxtest/fxtest.c index f3c2bfa98..36dd2c162 100644 --- a/tests/examples/gtk/fxtest/fxtest.c +++ b/tests/examples/gtk/fxtest/fxtest.c @@ -190,6 +190,7 @@ main (gint argc, gchar * argv[]) gtk_combo_box_append_text (GTK_COMBO_BOX (combo), "xpro"); gtk_combo_box_append_text (GTK_COMBO_BOX (combo), "lumaxpro"); gtk_combo_box_append_text (GTK_COMBO_BOX (combo), "sepia"); + gtk_combo_box_append_text (GTK_COMBO_BOX (combo), "xray"); gtk_combo_box_append_text (GTK_COMBO_BOX (combo), "sin"); gtk_combo_box_append_text (GTK_COMBO_BOX (combo), "glow"); -- cgit v1.2.3