当前位置: 首页 > 实例教程 > PHP imagick实例 > list > imagick_list1()

list
imagick_first()
imagick_goto()
imagick_list1()
imagick_list2()
imagick_getlistindex()
imagick_getlistsize()

list 中的 imagick_list1()


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-07-27   浏览: 375 ::
收藏到网摘: n/a

list1 - 软晨网(RuanChen.com)

<?php $handle = imagick_readimage( getcwd() . "/example/files/c/animated.gif" ) ; if ( imagick_iserror( $handle ) ) { $reason = imagick_failedreason( $handle ) ; $description = imagick_faileddescription( $handle ) ; print "handle2 failed!<BR>\nReason: $reason<BR>\nDescription: $description<BR>\n" ; exit ; } $new_handle = imagick_clonehandle( $handle ) ; imagick_next( $new_handle ) ; imagick_next( $new_handle ) ; imagick_prev( $new_handle ) ; imagick_prev( $new_handle ) ; header( "Content-type: " . imagick_getmimetype( $new_handle ) ) ; print imagick_image2blob( $new_handle ) ;
?>


评论 (0) All

登陆 | 还没注册?