Index: /temp/trunk/data/class/SC_UploadFile.php
===================================================================
--- /temp/trunk/data/class/SC_UploadFile.php	(revision 9268)
+++ /temp/trunk/data/class/SC_UploadFile.php	(revision 9269)
@@ -304,7 +304,7 @@
 		$objImage = new SC_Image($filepath);
 		
-		//$path = $this->makeThumb($filepath, $to_w, $to_h);
-		
-		$path = $objImage->saveResizeImage($filepath, $to_w, $to_h);
+		$path = $this->makeThumb($filepath, $to_w, $to_h);
+		
+		//$path = $objImage->saveResizeImage($filepath, $to_w, $to_h);
 		
 		// ¥Õ¥¡¥¤¥ëÌ¾¤À¤±ÊÖ¤¹
Index: /temp/trunk/data/lib/gdthumb.php
===================================================================
--- /temp/trunk/data/lib/gdthumb.php	(revision 7180)
+++ /temp/trunk/data/lib/gdthumb.php	(revision 9269)
@@ -124,5 +124,5 @@
 				if(function_exists("imagecreatefromgif")) {
 					$src_im = imagecreatefromgif($path);
-					$dst_im = $imagecreate($re_size[0], $re_size[1]);
+					$dst_im = $imagecreatetruecolor($re_size[0], $re_size[1]);
 					
 					$transparent = imagecolortransparent($src_im);
