add files
This commit is contained in:
parent
31e24d6e7f
commit
4b62520aca
15 changed files with 37 additions and 0 deletions
3
effects/Vintage.sh
Executable file
3
effects/Vintage.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
convert -set colorspace RGB ../cam.jpg -channel R -level 33% \( -clone 0 -fill '#a159d3' -colorize 30% \) \( -clone 0 -colorspace gray -negate \) -compose blend -define compose:args=100,0 -composite ../DCIM/$(stat DCIM/* --printf "%i\n" | wc -l).jpg
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue