Index: temp/trunk/data/class/SC_Image.php
===================================================================
--- temp/trunk/data/class/SC_Image.php	(revision 9264)
+++ temp/trunk/data/class/SC_Image.php	(revision 9265)
@@ -113,5 +113,6 @@
 					
 					// °µ½ÌÀè²èÁü
-					$dst_im = imagecreatetruecolor($zip_width, $zip_height);	
+					//$dst_im = imagecreatetruecolor($zip_width, $zip_height);	
+					$dst_im = imageCreater($zip_width, $zip_height);	
 					//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);
