'effects/Vignette-2.sh' ändern
This commit is contained in:
parent
b28dee81d7
commit
de4b779c4a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
composite -gravity center -resize 3908x2602 grad_vignette_2.png /home/pi/cam.jpg /home/pi/DCIM/$(x="$(ls -v /home/pi/DCIM/| tail -n 1 | sed 's/.jpg//g')"; echo $x+1 | bc).jpg
|
||||
composite -gravity center -resize 3908x2602 grad_vignette_2.png /home/pi/cam.jpg /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