PHP  
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  
<imagegifimageistruecolor>
Last updated: Mon, 16 Jul 2012

imageinterlace

(PHP 3, PHP 4, PHP 5)

imageinterlace -- 激活或禁止隔行扫描

说明

int imageinterlace ( resource image [, int interlace] )

imageinterlace() 打开或关闭隔行扫描的比特标记。如果 interlace 为 1 则图像为隔行扫描的,如果 interlace 为 0 则图像为非隔行扫描的。

如果设定了隔行扫描比特标记而图像使用 JPEG 格式,则图像被创建为渐进式 JPEG。

本函数返回图像中是否设定了隔行扫描比特标记。




<imagegifimageistruecolor>
 Last updated: Mon, 16 Jul 2012
 
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://manual.phpv.net/
Last updated: Thu Jul 7 19:13:47 2005 CST