- <?php
- print_r(gd_info());
- /*
- Array ( [GD Version] => 2.0 or higher
- [FreeType Support] => 1
- [FreeType Linkage] => with freetype
- [T1Lib Support] =>
- [GIF Read Support] => 1
- [GIF Create Support] => 1
- [JPG Support] => 1
- [PNG Support] => 1
- [WBMP Support] => 1
- [XPM Support] =>
- [XBM Support] =>
- [JIS-mapped Japanese Font Support] => )
- */
- ?>
--------------------------------------------------------------------------------------------
2. 라인
GD라이브러리 정보을 배열로 출력합니다.
이미지타입의 자원이 포함되면 TRUE(1)
포함하지 않으면 FALSE(NULL)값을 갖습니다.
'php5 > 이미지관련함수' 카테고리의 다른 글
막대그래프-그리기2 (0) | 2014.01.14 |
---|---|
막대그래프 그리기1 (0) | 2014.01.14 |
이미지 넓이 반환 - int imagesx ( resource $image ) (0) | 2014.01.14 |
이미지 생성 문법 (0) | 2014.01.14 |
이미지 파일 정보 배열 반환 - array getimagesize ( string $filename ) (0) | 2014.01.14 |