Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtschump committed Nov 10, 2023
1 parent 2f45c66 commit 850f841
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/gmic_stdlib.gmic
Original file line number Diff line number Diff line change
Expand Up @@ -52519,15 +52519,16 @@ fx_old_photo :
#@gui : X-Shadow = float(0,-20,20)
#@gui : Y-Shadow = float(0,-20,20)
#@gui : Smoothness = float(3,0,5)
#@gui : Curvature = float(0,0,1)
#@gui : X-Curvature = float(0,0,1)
#@gui : Y-Curvature = float(0,0,1)
#@gui : Angle = float(20,-180,180)
#@gui : Vignette Strength = float(50,0,255)
#@gui : Vignette Min Radius = float(70,0,100)
#@gui : Vignette Max Radius = float(95,0,100)
#@gui : sep = separator()
#@gui : note = note("<small>Author: <i>David Tschumperlé</i>.      Latest Update: <i>2016/20/06</i>.</small>")
fx_polaroid :
vignette ${8-10} polaroid $1,$2 drop_shadow $3%,$4%,$5%,$6 rotate $7,1,0
vignette ${8-10} polaroid $1,$2 drop_shadow $3%,$4%,$5%,$6,$7 rotate $8,1,0

#@gui Tunnel : fx_tunnel, fx_tunnel(1)
#@gui : Depth = int(4,1,100)
Expand Down

0 comments on commit 850f841

Please sign in to comment.