Commit ac752ced authored by Andrey Cherepanov's avatar Andrey Cherepanov

Generate wallpapers

Conflicts: Makefile.in components/ahttpd/images/product-logo.png images/background16x9.png images/background4x3.png images/boot.jpg images/boot.png images/console.jpg images/grub.png images/installer.png images/product-logo.png
parent a6548ba4
......@@ -4,10 +4,23 @@ NAME=@NAME@
VERSION=@VERSION@
all:
# generate derivative graphics
cp -al images/background16x9.png images/wallpaper.png
# apply product-logo.png
convert images/wallpaper.png images/product-logo.png -geometry +21+60 -composite images/wlogo.png
convert images/wlogo.png -resize 800x600 images/grub.png
convert images/wlogo.png -resize 800x600 images/boot.png
convert images/wlogo.png images/boot.jpg
# background
convert images/wallpaper.png -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' wallpaper.png
if [ -n "$(STATUS)" ] ; then \
convert images/wallpaper.png -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' wallpaper.png; \
else \
convert images/wallpaper.png wallpaper.png; \
fi
cp -al wallpaper.png graphics/backgrounds/default.png
cp -al wallpaper.png graphics/backgrounds/xdm.png
# product logo for ahttpd
cp -al images/product-logo.png components/ahttpd/images/product-logo.png
include components.mk
install: browser-qt ahttpd boot-images boot-splash @X86@ indexhtml
images/product-logo.png

7.35 KB | W: | H:

images/product-logo.png

11 KB | W: | H:

images/product-logo.png
images/product-logo.png
images/product-logo.png
images/product-logo.png
  • 2-up
  • Swipe
  • Onion skin
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment