(PHP 4 >= 4.0.6, PHP 5)imagecreatetruecolor -- Create a new true color image Descriptionresource imagecreatetruecolor ( int x_size, int y_size ) imagecreatetruecolor() returns an image identifier representing a black image of size x_size by y_size. 예 1. Creating a new GD image stream and outputting an image. 참고: 이 함수는 GD 2.0.1 이상을 요구합니다. 참고: This function will not work with GIF file formats. See..