Index: /temp/trunk/data/class/SC_Image.php
===================================================================
--- /temp/trunk/data/class/SC_Image.php	(revision 9207)
+++ /temp/trunk/data/class/SC_Image.php	(revision 9263)
@@ -71,6 +71,4 @@
 		}
 		
-
-
 		// °µ½ÌÎ¨»ØÄê
 		$zip_width = $from_w * $scale;
@@ -98,5 +96,6 @@
 					// °µ½ÌÀè²èÁü
 					$dst_im = imagecreatetruecolor($zip_width, $zip_height);	
-					imagecopyresampled($dst_im, $src_im, 0, 0, 0,0, $zip_width, $zip_height, $from_w, $from_h);
+					//imagecopyresampled($dst_im, $src_im, 0, 0, 0, 0, $zip_width, $zip_height, $from_w, $from_h);
+					imagecopyresized($dst_im, $src_im, 0, 0, 0, 0, $zip_width, $zip_height, $from_w, $from_h);
 					
 					// ²èÁü½ÐÎÏ
