[247/906] Import xray effect
authorFilippo Argiolas <filippo.argiolas@gmail.com>
Wed, 15 Oct 2008 14:18:22 +0000 (16:18 +0200)
committerMatthew Waters <ystreet00@gmail.com>
Sat, 15 Mar 2014 17:36:29 +0000 (18:36 +0100)
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

index f3c2bfa..36dd2c1 100644 (file)
@@ -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");