代码很简单,这里不再废话。
?php/** *由PhpStorm创建。*用户:管理员*日期: 2015/6/29 *时间: 21:25 */标题(' Content-type : image/png ');//set mime type $ img=image create(400,300);//设置图片像素imagecolorlocate ($ img,255,255,255);//对图像椭圆进行着色($ img,200,200,50,50,imagecolorclocate($ img,255,0,0));//在图片上画一个图形,中心点200200;宽度和高度50,500 image png($ img);//将图片格式设置为PNG有以下效果:
以上就是本文的全部内容,希望大家喜欢。