mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
Burn all GIFs: Convert everything to PNGs.
DeuTex 5 now supports these, and we can use real transparency indexes in the files too, so no more ugly cyan background!
This commit is contained in:
parent
96ca8bf67b
commit
9c6c681276
5952 changed files with 243 additions and 252 deletions
2
graphics/titlepic/.gitignore
vendored
Normal file
2
graphics/titlepic/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
fd?title.png
|
||||
m_*.png
|
|
@ -1,32 +1,32 @@
|
|||
titlepic: fd1title.gif fd2title.gif fdmtitle.gif
|
||||
titlepic: fd1title.png fd2title.png fdmtitle.png
|
||||
|
||||
m_doom.gif: ../m_doom.gif
|
||||
convert -transparent '#00ffff' ../m_doom.gif m_doom.gif
|
||||
m_doom.png: ../m_doom.png
|
||||
convert -transparent '#00ffff' ../m_doom.png m_doom.png
|
||||
|
||||
m_dm.gif: ../m_dm.gif
|
||||
convert -transparent '#00ffff' ../m_dm.gif m_dm.gif
|
||||
m_dm.png: ../m_dm.png
|
||||
convert -transparent '#00ffff' ../m_dm.png m_dm.png
|
||||
|
||||
t_phase1.gif: ../t_phase1.gif
|
||||
convert -transparent '#00ffff' ../t_phase1.gif t_phase1.gif
|
||||
t_phase1.png: ../t_phase1.png
|
||||
convert -transparent '#00ffff' ../t_phase1.png t_phase1.png
|
||||
|
||||
t_phase2.gif: ../t_phase2.gif
|
||||
convert -transparent '#00ffff' ../t_phase2.gif t_phase2.gif
|
||||
t_phase2.png: ../t_phase2.png
|
||||
convert -transparent '#00ffff' ../t_phase2.png t_phase2.png
|
||||
|
||||
fd1title.gif: titlepic.gif m_doom.gif t_phase1.gif
|
||||
./create_caption titlepic.gif m_doom.gif t_phase1.gif $@
|
||||
fd1title.png: titlepic.png m_doom.png t_phase1.png
|
||||
./create_caption titlepic.png m_doom.png t_phase1.png $@
|
||||
cp $@ ../
|
||||
|
||||
fd2title.gif: titlepic.gif m_doom.gif t_phase2.gif
|
||||
./create_caption titlepic.gif m_doom.gif t_phase2.gif $@
|
||||
fd2title.png: titlepic.png m_doom.png t_phase2.png
|
||||
./create_caption titlepic.png m_doom.png t_phase2.png $@
|
||||
cp $@ ../
|
||||
|
||||
fdmtitle.gif: freedm_titlepic.gif
|
||||
fdmtitle.png: freedm_titlepic.png
|
||||
./create_caption $< $@
|
||||
cp $@ ../
|
||||
|
||||
clean:
|
||||
rm -f m_dm.gif m_doom.gif fd1title.gif fd2title.gif fdmtitle.gif \
|
||||
../fd1title.gif ../fd2title.gif ../fdmtitle.gif t_phase1.gif \
|
||||
t_phase2.gif
|
||||
rm -f m_dm.png m_doom.png fd1title.png fd2title.png fdmtitle.png \
|
||||
../fd1title.png ../fd2title.png ../fdmtitle.png t_phase1.png \
|
||||
t_phase2.png
|
||||
|
||||
.PHONY: clean
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 29 KiB |
BIN
graphics/titlepic/freedm_titlepic.png
Normal file
BIN
graphics/titlepic/freedm_titlepic.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
Binary file not shown.
Before Width: | Height: | Size: 24 KiB |
BIN
graphics/titlepic/titlepic.png
Normal file
BIN
graphics/titlepic/titlepic.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
Loading…
Add table
Add a link
Reference in a new issue