查看文件: draw2.php
大小: 437 字节
类型: application/octet-stream
<? $myfont="/www2/skybni/fonts/kaiu.ttf"; $myname='陳美蘭'; $word='caption:SKYBNI '.$myname.' VIP 會員'; //$word='SKYBNI'; /* Create new imagick object */ $im = new Imagick(); /* Set the font for the object */ $im->setFont($myfont); /* Create new caption */ //$im->newPseudoImage(200, 200, $word); $im->newPseudoImage(300, 30,$word); $im->setformat('png'); header('Content-type: image/png'); echo $im; ?>
保存
取消
返回文件列表