add fixes
This commit is contained in:
parent
45f87ca66a
commit
3b7c0d54b2
6 changed files with 13 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
#!/bin/bash
|
||||
<<<<<<< HEAD
|
||||
composite -gravity center -resize 1251x1039 /home/pi/effects/grad_vignette_1.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
|
||||
=======
|
||||
composite -gravity center -resize 3908x2602 grad_vignette_1.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
|
||||
>>>>>>> 45f87ca66a1f5f1055aadf6095918a1859c3e690
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,6 @@
|
|||
#!/bin/bash
|
||||
<<<<<<< HEAD
|
||||
composite -gravity center -resize 1251x1039 /home/pi/effects/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
|
||||
=======
|
||||
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
|
||||
>>>>>>> 45f87ca66a1f5f1055aadf6095918a1859c3e690
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 566 KiB After Width: | Height: | Size: 183 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 562 KiB After Width: | Height: | Size: 177 KiB |
Loading…
Add table
Add a link
Reference in a new issue