-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfb_s4.sh
More file actions
executable file
·20 lines (18 loc) · 803 Bytes
/
Copy pathfb_s4.sh
File metadata and controls
executable file
·20 lines (18 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
./tool_filter.py --input $1 --brightness 0.8 --saturation 0.1
./tool_slice.py --input ./temp/output.jpg --output=a.jpg --width-proportion 1 1 --height-proportion 1 1
./tool_text.py --mode 5 --bgimage ./temp/0,0a.jpg \
--fontcolor 200 200 0 255 --resize 1080 \
--output 1.png
./tool_text.py --mode 0 --bgimage ./temp/1,0a.jpg \
--fontcolor 200 200 0 255 --resize 1080 \
--border 200 200 100 255 --footer="-- Louis" \
--output 2.png
./tool_text.py --mode 0 --bgimage ./temp/0,1a.jpg \
--fontcolor 200 200 0 255 --resize 1080 \
--border 200 200 100 255 --footer="-- Louis" \
--output 3.png
./tool_text.py --mode 0 --bgimage ./temp/1,1a.jpg \
--fontcolor 200 200 0 255 --resize 1080 \
--border 200 200 100 255 --footer="-- Louis" \
--output 4.png
rm -fr ./temp/