이미지 리사이즈 작업은 항상 하는 작업은 아니지만 종종 하게 되는 작업이다. 항상 하는 작업이 아니다 보니 하기 전에 검색을 해보고 검색된 결과를 이용해서 작업을 하게 되는데 좀 효과적인 코드를 찾아보던 중 클래스로 만들어 진 것을 찾게 되었다. 리사이즈 작업을 하기 위해서는 gd라이브러리가 설치되어 있어야 한다. 클래스 코드 : /* * File: SimpleImage.php * Author: Simon Jarvis * Copyright: 2006 Simon Jarvis * Date: 08/11/06 * Link: http://www.white-hat-web-design.co.uk/articles/php-image-resizing.php * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details: * http://www.gnu.org/licenses/gpl.html * */ class SimpleImage { var $image ; var $image_type...
글
11월, 2013의 게시물 표시