mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
[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.
This commit is contained in:
parent
dcbc69cb0b
commit
532ea881fb
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue