mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
dist: Add icon version of FreeDM logo.
Rework CaptainW's FreeDM logo so that the "Free" and "DM" portions are arranged vertically rather than horizontally. Update the dist/ directory to generate the installed FreeDM icon by scaling down this image.
This commit is contained in:
parent
90fd6b1686
commit
f1c35d17e3
2 changed files with 2 additions and 3 deletions
5
dist/Makefile
vendored
5
dist/Makefile
vendored
|
@ -3,9 +3,8 @@ man-%: freedoom.adoc
|
||||||
a2x -f manpage $*.adoc
|
a2x -f manpage $*.adoc
|
||||||
|
|
||||||
icon-freedm:
|
icon-freedm:
|
||||||
convert -trim +repage -extent 32x32 -gravity center \
|
convert -resize 64x64 ../graphics/captainw/freedm_title2.png \
|
||||||
-transparent \#00ffff -background \#00ffff \
|
freedm.png
|
||||||
../graphics/stfkill3.gif freedm.png
|
|
||||||
|
|
||||||
icon-freedoom1:
|
icon-freedoom1:
|
||||||
convert -trim +repage -extent 48x48 -gravity center \
|
convert -trim +repage -extent 48x48 -gravity center \
|
||||||
|
|
BIN
graphics/captainw/freedm_title2.png
Normal file
BIN
graphics/captainw/freedm_title2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 147 KiB |
Loading…
Add table
Add a link
Reference in a new issue