|
2 | 2 | # PATH is same with this variable. Default my phone result file
|
3 | 3 | # image PATH on "/sdcard/DCIM/Screenshots". If not same,
|
4 | 4 | # you can edit this variable value
|
5 |
| -#screenshot_result_path="/sdcard/Pictures/ScreenMaster" |
6 |
| -screenshot_result_path="/sdcard/DCIM/Screenshots" |
| 5 | +screenshot_result_path="/sdcard/Pictures/ScreenMaster" |
| 6 | +#screenshot_result_path="/sdcard/DCIM/Screenshots" |
7 | 7 |
|
8 | 8 | # This variable serves to set the convert image with file type non PNG, change this value
|
9 | 9 | # to blank or whatever for disable function and "yes" for enable function.
|
@@ -60,17 +60,30 @@ convert_rounded="yes"
|
60 | 60 | # This variable serves to set how many rounded corners
|
61 | 61 | border_radius=10
|
62 | 62 |
|
| 63 | +# This variable serves to convert tiny first border (background image) when editing the image, |
| 64 | +# change this value to blank or whatever for disable convert and "yes" for enable function |
| 65 | +convert_first_border="yes" |
| 66 | + |
| 67 | +# This variable serves to set tiny first border color (background image), change this value |
| 68 | +# to "none" for transparent background, if you want to custom the color, you can |
| 69 | +# change this value with hex color or use the one in the array list. |
| 70 | +first_border_color="${hex_color[0]}" |
| 71 | + |
| 72 | +# This variable serves to set how many size of the first border |
| 73 | +# NOTE: make sure this value is small, otherwise it will look weird |
| 74 | +first_border_size=7 |
| 75 | + |
63 | 76 | # This variable serves to convert border (background image) when editing the image,
|
64 | 77 | # change this value to blank or whatever for disable convert and "yes" for enable function
|
65 |
| -convert_border="yes" |
| 78 | +convert_second_border="yes" |
66 | 79 |
|
67 | 80 | # This variable serves to set border color (background image), change this value
|
68 | 81 | # to "none" for transparent background, if you want to custom the color, you can
|
69 | 82 | # change this value with hex color or use the one in the array list.
|
70 |
| -border_color="${hex_color[0]}" |
| 83 | +second_border_color="${hex_color[0]}" |
71 | 84 |
|
72 |
| -# This variable serves to set how many size of the border |
73 |
| -border_size=50 |
| 85 | +# This variable serves to set how many size of the second border |
| 86 | +second_border_size=50 |
74 | 87 |
|
75 | 88 | # This variable serves to convert the shadow of image, change this value
|
76 | 89 | # to blank or whatever for disable function and "yes" for enable function.
|
|
0 commit comments