From 8cd14c9e6c841da5b617fe00fa9043c267c2a681 Mon Sep 17 00:00:00 2001 From: taggon Date: Fri, 25 Feb 2011 09:15:33 +0000 Subject: [PATCH] =?UTF-8?q?#19186734=20=EC=8D=B8=EB=84=A4=EC=9D=BC=20?= =?UTF-8?q?=EC=83=9D=EC=84=B1=EC=8B=9C=20=ED=95=84=EC=9A=94=ED=95=9C=20?= =?UTF-8?q?=EB=A9=94=EB=AA=A8=EB=A6=AC=EB=A5=BC=202=EB=B0=B0=EC=88=98?= =?UTF-8?q?=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8129 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- classes/file/FileHandler.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/file/FileHandler.class.php b/classes/file/FileHandler.class.php index 74c0ec6fe..01e578d93 100644 --- a/classes/file/FileHandler.class.php +++ b/classes/file/FileHandler.class.php @@ -430,7 +430,7 @@ { if(!function_exists('memory_get_usage')) return true; $K64 = 65536; - $TWEAKFACTOR = 1.5; + $TWEAKFACTOR = 2.0; $channels = $imageInfo['channels']; if(!$channels) $channels = 6; //for png $memoryNeeded = round( ($imageInfo[0] * $imageInfo[1] * $imageInfo['bits'] * $channels / 8 + $K64 ) * $TWEAKFACTOR );