* [git.ipfire.org] The artwork of the ipfire project. branch, master, updated. 0c5c79071db27068da72ce14dcaf051b2b0a09f2
@ 2026-06-01 17:07 Michael Tremer
0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2026-06-01 17:07 UTC (permalink / raw)
To: ipfire-scm
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The artwork of the ipfire project.".
The branch, master has been updated
via 0c5c79071db27068da72ce14dcaf051b2b0a09f2 (commit)
from b8b5b91ba1823f47dc9c97e288e29208c23eccce (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0c5c79071db27068da72ce14dcaf051b2b0a09f2
Author: Michael Tremer <michael.tremer@ipfire.org>
Date: Mon Jun 1 18:07:03 2026 +0100
bios: Add a BIOS boot logo
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
Makefile | 14 ++++++++++++++
2 files changed, 15 insertions(+)
Difference in files:
diff --git a/.gitignore b/.gitignore
index 33c7606..8645a5e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
.DS_Store
+bios/*.bmp
inverted/*.pdf
inverted/*.png
inverted/*.svg
diff --git a/Makefile b/Makefile
index 3b54bcd..a02600e 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,10 @@ OBJECTS += \
standard/favicon-256x256.png \
standard/apple-touch-icon.png
+# Render the BIOS boot logo
+OBJECTS += \
+ bios/boot-logo.bmp
+
# Colors
PRIMARY = ff2e52
DARK = 363636
@@ -40,6 +44,9 @@ WHITE = ffffff
# rsvg-convert command line
RSVG_CONVERT = rsvg-convert --keep-aspect-ratio
+# ImageMagick Convert
+MAGICK = magick
+
# Inkscape command line
INKSCAPE = inkscape $< --export-filename=$@
@@ -174,6 +181,13 @@ standard/favicon.svg: favicon-standalone.svg
%-inverted.svg: %.svg
$(TO_INVERTED)
+# BIOS Boot Logo
+bios/boot-logo.bmp: logo-standalone.svg
+ mkdir -p $(dir $@) && \
+ $(RSVG_CONVERT) --width=360 $< | \
+ $(MAGICK) - -background "#$(WHITE)" -gravity center -extent 800x600 \
+ -alpha remove -alpha off -type TrueColor BMP3:$@
+
.PHONY: clean
clean:
# Remove all generated objects
hooks/post-receive
--
The artwork of the ipfire project.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-01 17:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-01 17:07 [git.ipfire.org] The artwork of the ipfire project. branch, master, updated. 0c5c79071db27068da72ce14dcaf051b2b0a09f2 Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox