]> de.git.xonotic.org Git - xonotic/mediasource.git/commitdiff
versionbuilder: use convert instead of gimp
authorRudolf Polzer <divverent@alientrap.org>
Tue, 14 Sep 2010 03:52:26 +0000 (05:52 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Tue, 14 Sep 2010 03:52:26 +0000 (05:52 +0200)
gfx/menu/luminos_versionbuilder/versionbuilder

index c7e6c467bb9f3f8a1ed3e1dbc9ec2a59d218dec8..41f5f06ad63670850b39701814017ba64fc12ba6 100755 (executable)
@@ -23,7 +23,8 @@ sed -e "s/VERSIONPLACEHOLDER/$1/" background_l2.svg > tmp.svg
 
 #Create tga files
 inkscape -f "tmp.svg" -d 90 -e "background_l2.png"
 
 #Create tga files
 inkscape -f "tmp.svg" -d 90 -e "background_l2.png"
-gimp -d -f -i -b '(all2tga "background_l2.png" 1)' -b '(gimp-quit 0)'
+convert background_l2.png background_l2.tga
+# gimp -d -f -i -b '(all2tga "background_l2.png" 1)' -b '(gimp-quit 0)'
 cp background_l2.tga background_ingame_l2.tga
 rm tmp.svg
 rm background_l2.png
 cp background_l2.tga background_ingame_l2.tga
 rm tmp.svg
 rm background_l2.png