mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-14 03:17:05 +00:00
650441daa5
Signed-off-by: Kevin Ji <1146876+kevinji@users.noreply.github.com>
3 lines
178 B
Bash
Executable file
3 lines
178 B
Bash
Executable file
#!/bin/bash
|
|
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
|