imagecolormatch

(PHP 4 >= 4.3.0, PHP 5)

imagecolormatch --  Makes the colors of the palette version of an image more closely match the true color version

Description

bool imagecolormatch ( resource image1, resource image2)

주의

이 함수는 현재 문서화 되어있지 않습니다; 인자 목록만을 제공합니다.

image1 must be Truecolor, image2 must be Palette, and both image1 and image2 must be the same size.

성공일 경우 TRUE를, 실패일 경우 FALSE를 반환합니다.

참고: 이 함수는 PHP에 포함된 GD 라이브러리를 사용하여 컴파일하였을 경우에만 사용할 수 있습니다.

See also imagecreatetruecolor().