Make transparent pixels white in the logos

This commit is contained in:
hallgren
2009-12-14 20:51:37 +00:00
parent e7dcbcc825
commit 4e795def72
3 changed files with 2 additions and 2 deletions

View File

@@ -17,10 +17,10 @@ resource:
logos:: Logos/gf00.png Logos/gf0.png
Logos/gf00.png: Logos/gf00.svg Makefile
convert -background none -size 264x216 -depth 8 $< $@
convert -background 'rgba(255,255,255,0)' -size 264x216 -depth 8 $< $@
Logos/gf0.png: Logos/gf0.svg Makefile
convert -background none -size 320x240 -depth 8 $< $@
convert -background 'rgba(255,255,255,0)' -size 320x240 -depth 8 $< $@
### Updating automatically generated HTML files