mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-04 23:45:07 -04:00
Small tweaks
This commit is contained in:
parent
24379944ab
commit
d6dca6e66d
9 changed files with 21 additions and 10 deletions
|
@ -116,7 +116,7 @@ generateBootAnimationMask() {
|
|||
local text=$1;
|
||||
local font=$2
|
||||
local output=$3;
|
||||
convert -background black -fill transparent -font "$font" -gravity center -size 512x128 label:"$text\n"$(date +%Y.%m) "$output";
|
||||
convert -background black -fill transparent -font "$font" -gravity center -size 512x128 label:"$text" "$output";
|
||||
optipng "$output";
|
||||
}
|
||||
export -f generateBootAnimationMask;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue