mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
BUILD: switch to use pillow instead
create_caption still relies on ImageMagick
This commit is contained in:
parent
d3038fad30
commit
6724ef5aba
7 changed files with 171 additions and 171 deletions
|
@ -1,23 +1,11 @@
|
|||
titlepic: fd1title.png fd2title.png fdmtitle.png
|
||||
|
||||
m_doom.png: ../m_doom.png
|
||||
convert -transparent '#00ffff' ../m_doom.png m_doom.png
|
||||
|
||||
m_dm.png: ../m_dm.png
|
||||
convert -transparent '#00ffff' ../m_dm.png m_dm.png
|
||||
|
||||
t_phase1.png: ../t_phase1.png
|
||||
convert -transparent '#00ffff' ../t_phase1.png t_phase1.png
|
||||
|
||||
t_phase2.png: ../t_phase2.png
|
||||
convert -transparent '#00ffff' ../t_phase2.png t_phase2.png
|
||||
|
||||
fd1title.png: titlepic.png m_doom.png t_phase1.png
|
||||
./create_caption titlepic.png m_doom.png t_phase1.png $@
|
||||
fd1title.png: titlepic.png ../m_doom.png ../t_phase1.png
|
||||
./create_caption titlepic.png ../m_doom.png ../t_phase1.png $@
|
||||
cp $@ ../
|
||||
|
||||
fd2title.png: titlepic.png m_doom.png t_phase2.png
|
||||
./create_caption titlepic.png m_doom.png t_phase2.png $@
|
||||
fd2title.png: titlepic.png ../m_doom.png ../t_phase2.png
|
||||
./create_caption titlepic.png ../m_doom.png ../t_phase2.png $@
|
||||
cp $@ ../
|
||||
|
||||
fdmtitle.png: freedm_titlepic.png
|
||||
|
@ -25,8 +13,7 @@ fdmtitle.png: freedm_titlepic.png
|
|||
cp $@ ../
|
||||
|
||||
clean:
|
||||
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
|
||||
|
||||
rm -f fd1title.png fd2title.png fdmtitle.png \
|
||||
../fd1title.png ../fd2title.png ../fdmtitle.png
|
||||
|
||||
.PHONY: clean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue