Make transparent pixels white in the logos

This commit is contained in:
hallgren
2009-12-14 20:51:37 +00:00
parent 1e592e20e6
commit 040290c41d
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

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