From: Michael Tremer Date: Wed, 17 Jun 2026 17:32:40 +0000 (+0100) Subject: social: Generate a banner for LinkedIn X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ef4f8aac4c1082408de819369a58181832b5ef7;p=artwork.git social: Generate a banner for LinkedIn Signed-off-by: Michael Tremer --- diff --git a/Makefile b/Makefile index 13e4054..59897a6 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,10 @@ OBJECTS += \ OBJECTS += \ bios/boot-logo.bmp +# Social Media Stuff +OBJECTS += \ + social/linkedin/banner.png + # Colors PRIMARY = ff2e52 DARK = 363636 @@ -189,6 +193,11 @@ bios/boot-logo.bmp: logo-inverted-standalone.svg $(MAGICK) - -background "#$(BLACK)" -gravity center -extent 800x600 \ -alpha remove -alpha off -type TrueColor BMP3:$@ +# LinkedIn Banner +social/linkedin/banner.png: + mkdir -p $(dir $@) && \ + $(MAGICK) -size 4200x700 "xc:#$(PRIMARY)" $@ + .PHONY: clean clean: # Remove all generated objects