diff options
| author | magh <magh@maghmogh.com> | 2023-03-06 18:44:55 -0600 |
|---|---|---|
| committer | magh <magh@maghmogh.com> | 2023-03-06 18:44:55 -0600 |
| commit | e80d9d8871b325a04b18f90a9ea4bb7fd148fb25 (patch) | |
| tree | 79dbdb8506b7ff1e92549188d1b94cfc0b3503ae /tools/data | |
Diffstat (limited to 'tools/data')
| -rw-r--r-- | tools/data/bootlogo_128.bin | bin | 0 -> 65536 bytes | |||
| l--------- | tools/data/bootlogo_128.png | 1 | ||||
| -rw-r--r-- | tools/data/bootlogo_256.bin | bin | 0 -> 262144 bytes | |||
| l--------- | tools/data/bootlogo_256.png | 1 | ||||
| -rwxr-xr-x | tools/data/makelogo.sh | 2 |
5 files changed, 4 insertions, 0 deletions
diff --git a/tools/data/bootlogo_128.bin b/tools/data/bootlogo_128.bin Binary files differnew file mode 100644 index 0000000..6cea73a --- /dev/null +++ b/tools/data/bootlogo_128.bin diff --git a/tools/data/bootlogo_128.png b/tools/data/bootlogo_128.png new file mode 120000 index 0000000..ca3d505 --- /dev/null +++ b/tools/data/bootlogo_128.png @@ -0,0 +1 @@ +../artwork/logos/png_128/AsahiLinux_logomark.png
\ No newline at end of file diff --git a/tools/data/bootlogo_256.bin b/tools/data/bootlogo_256.bin Binary files differnew file mode 100644 index 0000000..de38abf --- /dev/null +++ b/tools/data/bootlogo_256.bin diff --git a/tools/data/bootlogo_256.png b/tools/data/bootlogo_256.png new file mode 120000 index 0000000..99b04e7 --- /dev/null +++ b/tools/data/bootlogo_256.png @@ -0,0 +1 @@ +../artwork/logos/png_256/AsahiLinux_logomark.png
\ No newline at end of file diff --git a/tools/data/makelogo.sh b/tools/data/makelogo.sh new file mode 100755 index 0000000..79e4491 --- /dev/null +++ b/tools/data/makelogo.sh @@ -0,0 +1,2 @@ +convert bootlogo_128.png -background black -flatten -depth 8 rgba:bootlogo_128.bin +convert bootlogo_256.png -background black -flatten -depth 8 rgba:bootlogo_256.bin |
