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

get
imagick_getimagedepth()
imagick_getmimetype()
imagick_getnumbercolors()
imagick_getwidth()
imagick_getheight()

get 中的 imagick_getheight()


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

getheight - 软晨网(RuanChen.com)

<?php $handle = imagick_readimage( getcwd() . "/example/files/c/image.jpg" ) ; if ( imagick_iserror( $handle ) ) { $reason = imagick_failedreason( $handle ) ; $description = imagick_faileddescription( $handle ) ; print "handle failed!<BR>\nReason: $reason<BR>\nDescription: $description<BR>\n" ; exit ; } print "Image height is " . imagick_getheight( $handle ) . " pixels<BR>\n" ;
?>


评论 (0) All

登陆 | 还没注册?