Index: temp/trunk/data/lib/gdthumb.php
===================================================================
--- temp/trunk/data/lib/gdthumb.php	(revision 9597)
+++ temp/trunk/data/lib/gdthumb.php	(revision 9598)
@@ -117,5 +117,6 @@
 		$imagecreate = function_exists("imagecreatetruecolor") ? "imagecreatetruecolor" : "imagecreate";
 		$imageresize = function_exists("imagecopyresampled") ? "imagecopyresampled" : "imagecopyresized";
-		
+							sfprintr(imagecolorstotal(imageCreateFromGIF($path)));
+
 		switch($size[2]) {
 			
@@ -214,5 +215,4 @@
 			// png·Á¼°    
 			case "3": 
-					sfprintr(imagecolorstotal(imageCreateFromPNG($path)));
 
 				$src_im = imageCreateFromPNG($path);
