imageinterlace
(PHP 4, PHP 5)
imageinterlace — 激活或禁止隔行扫描
<h3>说明</h3>
int <strong>imageinterlace</strong>
( resource <code>$image</code>
[, int <code>$interlace</code>
] )
<p>
<strong>imageinterlace()</strong> 打开或关闭隔行扫描的比特标记。如果
<code>interlace</code> 为 1 则图像为隔行扫描的,如果
<code>interlace</code> 为 0 则图像为非隔行扫描的。
</p>
<p>
如果设定了隔行扫描比特标记而图像使用 JPEG 格式,则图像被创建为渐进式 JPEG。
</p>
<p>
本函数返回图像中是否设定了隔行扫描比特标记。
</p>