Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
# Colors
PRIMARY = ff2e52
DARK = 363636
+BLACK = 000000
WHITE = ffffff
# rsvg-convert command line
$(TO_INVERTED)
# BIOS Boot Logo
-bios/boot-logo.bmp: logo-standalone.svg
+bios/boot-logo.bmp: logo-inverted-standalone.svg
mkdir -p $(dir $@) && \
$(RSVG_CONVERT) --width=360 $< | \
- $(MAGICK) - -background "#$(WHITE)" -gravity center -extent 800x600 \
+ $(MAGICK) - -background "#$(BLACK)" -gravity center -extent 800x600 \
-alpha remove -alpha off -type TrueColor BMP3:$@
.PHONY: clean