diff options
| author | hallgren <hallgren@altocumulus.org> | 2009-12-14 20:51:37 +0000 |
|---|---|---|
| committer | hallgren <hallgren@altocumulus.org> | 2009-12-14 20:51:37 +0000 |
| commit | 4e795def72ef27a7c0c91d85c566e9562b413493 (patch) | |
| tree | cb3da68ed506553bc7c5293d4db4836e23701c35 | |
| parent | e7dcbcc825d69a8db312f74028051181e0f97563 (diff) | |
Make transparent pixels white in the logos
| -rw-r--r-- | doc/Logos/gf0.png | bin | 5237 -> 6442 bytes | |||
| -rw-r--r-- | doc/Logos/gf00.png | bin | 5060 -> 6125 bytes | |||
| -rw-r--r-- | doc/Makefile | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/doc/Logos/gf0.png b/doc/Logos/gf0.png Binary files differindex e57403314..ffbe7a449 100644 --- a/doc/Logos/gf0.png +++ b/doc/Logos/gf0.png diff --git a/doc/Logos/gf00.png b/doc/Logos/gf00.png Binary files differindex 18c280487..056b44110 100644 --- a/doc/Logos/gf00.png +++ b/doc/Logos/gf00.png diff --git a/doc/Makefile b/doc/Makefile index 6ca9d2199..d498375b3 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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 |
