ImgURL是一个简单、纯粹的图床程序,让个人图床多一个选择。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

15 lines
442 B

//图片水印
$handle->image_text = 'xiaoz.me';
//文字颜色
$handle->image_text_color = '#585858';
//字体路径
$handle->image_text_font = 5;
//字体透明度
$handle->image_text_opacity = 80;
//水平坐标
$handle->image_text_x = 10;
//垂直坐标
$handle->image_text_y = $handle->image_dst_y - 30;
//字体大小
$handle->image_text_size = 60;
//图片水印END