'effects/Nashville.sh' ändern
This commit is contained in:
parent
557d9fa6f9
commit
6c4c3b4497
1 changed files with 2 additions and 1 deletions
|
|
@ -1,2 +1,3 @@
|
|||
#!/bin/bash
|
||||
convert -set colorspace RGB /home/pi/cam.jpg \( -clone 0 -fill '#222b6d' -colorize 100% \) \( -clone 0 -colorspace gray -negate \) -compose blend -define compose:args=100,0 -composite /home/pi/DCIM/$(x="$(ls -v /home/pi/DCIM/| tail -n 1 | sed 's/.jpg//g')"; echo $x+1 | bc).jpg
|
||||
convert -set colorspace RGB /home/pi/cam.jpg \( -clone 0 -fill '#222b6d' -colorize 100% \) \( -clone 0 -colorspace gray -negate \) -compose blend -define compose:args=100,0 -composite /home/pi/DCIM/$(x="$(ls -v /home/pi/DCIM/| tail -n 1 | sed 's/.jpg//g')"; echo $x | awk '{printf $1 + 1}').jpg
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue