From ccd89192615df9e35c277bed36c1a259768ea1af Mon Sep 17 00:00:00 2001 From: zero Date: Thu, 6 Sep 2007 01:28:09 +0000 Subject: [PATCH] =?UTF-8?q?#160.=20php=205.1.2=EC=9D=B4=EC=83=81=EC=97=90?= =?UTF-8?q?=EC=84=9C=20imagepng=EC=9D=98=203=EB=B2=88=EC=A7=B8,=20quality?= =?UTF-8?q?=EC=9D=B8=EC=9E=90=EA=B0=92=EC=9D=B4=200~9=EC=82=AC=EC=9D=B4?= =?UTF-8?q?=EC=9D=B8=EB=8D=B0=20100=EC=9D=84=20=EC=A7=80=EC=A0=95=ED=95=B4?= =?UTF-8?q?=EC=84=9C=20=EC=83=9D=EA=B8=B0=EB=8A=94=20=EC=97=90=EB=9F=AC=20?= =?UTF-8?q?=EB=B0=A9=EC=A7=80.=20=EB=84=A4=EB=A1=9C=EB=8B=98=EA=BB=98?= =?UTF-8?q?=EC=84=9C=20=EC=95=8C=EB=A0=A4=EC=A3=BC=EC=8B=AC.?= 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@2540 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 19a4aa4d3..794faf53d 100644 --- a/classes/file/FileHandler.class.php +++ b/classes/file/FileHandler.class.php @@ -264,7 +264,7 @@ @imagejpeg($thumb, $target_file, 100); break; case 'png' : - @imagepng($thumb, $target_file, 100); + @imagepng($thumb, $target_file, 9); break; case 'wbmp' : case 'bmp' :