imagepalettecopy
(PHP 4 >= 4.0.1, PHP 5)
imagepalettecopy — 将调色板从一幅图像拷贝到另一幅
<h3>说明</h3>
void <strong>imagepalettecopy</strong>
( resource <code>$destination</code>
, resource <code>$source</code>
)
<p>
<strong>imagepalettecopy()</strong> 从
<code>source</code> 图像把调色板拷贝到
<code>destination</code> 图像。
</p>