php 处理图像

<?php $image=imagecreatetruecolor(100,100);//设置画布大小

//设置图像中所需颜色,

 $white=imagecolorallocate($image,0xff,oxff,oxff);

 $gray=imagecolorallocate($image,0xc0,oxc0,oxc0);//灰色 

$darkgray=imagecolorallocate($image,0x90,ox90,ox90);//暗灰色

$navy=imagecolorallocate($image,0x00,ox00,ox80);//深蓝色

 $darknavy=imagecolorallocate($image,0x00,ox00,ox50);//暗深蓝色

$red=imagecolorallocate($image,0xff,ox00,ox00);//红色 

$darkred=imagecolorallocate($image,0x90,0x00,0x00);//暗红色

imagefill($image,0,0,$white);//为画布填充背景颜色//

开始制作3D效果

 for($i=60;$i>50;$i--){//循环10次画出立体效果

 imagefilledarc($image,50,$i,100,50,-160,40,$darknavy,IMG_ARC_PIE);

imagefilledarc($image,50,$i,100,50,40,75,$darkgray,IMG_ARC_PIE);

imagefilledarc($image,50,$i,100,50,75,200,$darkred,IMG_ARC_PIE);

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值