투명 png 썸네일 생성 기능 추가

This commit is contained in:
chicpro
2014-08-13 18:06:29 +09:00
parent b7e947b915
commit 1ecc87ab26
2 changed files with 42 additions and 11 deletions

View File

@ -175,6 +175,9 @@ define('G5_LINK_COUNT', 2);
// 썸네일 jpg Quality 설정
define('G5_THUMB_JPG_QUALITY', 90);
// 썸네일 png Compress 설정
define('G5_THUMB_PNG_COMPRESS', 5);
// ip 숨김방법 설정
/* 123.456.789.012 ip의 숨김 방법을 변경하는 방법은
\\1 은 123, \\2는 456, \\3은 789, \\4는 012에 각각 대응되므로