mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-04 23:45:07 -04:00
Many changes
- Remove proprietary audio enhancement blobs - Remove AudioFX to prevent crashes after blobs are removed - Deduplicate patches a bit with the new Patches/Common directory - Switch boot animation shine generation from gradient to plasma - Update submodules
This commit is contained in:
parent
0eeea28907
commit
f6cdc9426c
20 changed files with 20 additions and 901 deletions
|
@ -98,7 +98,8 @@ export -f generateBootAnimationMask;
|
|||
generateBootAnimationShine() {
|
||||
color=$1;
|
||||
output=$2;
|
||||
convert -size 1024x128 -define gradient:angle=90 gradient:"$color" \( +clone -flop \) +append "$output";
|
||||
#convert -size 1024x128 -define gradient:angle=90 plasma:"$color" \( +clone -flop \) +append "$output";
|
||||
convert -size 2048x128 plasma:"$color" "$output";
|
||||
}
|
||||
export -f generateBootAnimationShine;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue