update : 2015.11.03
php.shukuma.com검색:
|
imagecolormatch(PHP 4 >= 4.3.0, PHP 5, PHP 7) imagecolormatch — Makes the colors of the palette version of an image more closely match the true color version 설명
bool imagecolormatch
( resource
$image1
, resource $image2
)Makes the colors of the palette version of an image more closely match the true color version. 인수
반환값
성공 시 예제Example #1 imagecolormatch() example
<?php 주의
|