mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
transparent XPMs
Originally committed to SVN as r245.
This commit is contained in:
parent
c29c7141cf
commit
ba5af80245
@ -23,7 +23,7 @@ for I in *.bmp
|
||||
do
|
||||
DNAME="`grep "bitmaps/$I" $RESFILE | cut -d ' ' -f 1`"
|
||||
echo -e "${DNAME}_xpm.xpm: \$(srcdir)/$I
|
||||
\tconvert \$(srcdir)/$I ${DNAME}_xpm.xpm
|
||||
\tconvert -transparent \\#c0c0c0 \$(srcdir)/$I ${DNAME}_xpm.xpm
|
||||
"
|
||||
XPMNAMES="${XPMNAMES} ${DNAME}_xpm.xpm"
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user