r5277 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Dec 19 07:11:48 EST 2008


Author: div0
Date: 2008-12-19 07:11:48 -0500 (Fri, 19 Dec 2008)
New Revision: 5277

Modified:
   trunk/data/build-compat-pack.sh
Log:
scale down textures in the compat pack to 256x256 if possible


Modified: trunk/data/build-compat-pack.sh
===================================================================
--- trunk/data/build-compat-pack.sh	2008-12-19 12:10:45 UTC (rev 5276)
+++ trunk/data/build-compat-pack.sh	2008-12-19 12:11:48 UTC (rev 5277)
@@ -609,8 +609,9 @@
 done
 
 cd pack
-find . -type f -print0 | qual=85 xargs -0 ../../misc/jpeg-if-not-alpha.sh
 
+find . -type f -print0 | qual=85 scaledown=256x256 xargs -0 ../../misc/jpeg-if-not-alpha.sh
+
 find . -name \*.ogg | while IFS= read -r NAME; do
 	oggdec -o "$NAME.wav" "$NAME"
 	oggenc -q 0 -o "$NAME" "$NAME.wav"




More information about the nexuiz-commits mailing list