Go homepage(回首页)
Upload pictures (上传图片)
Write articles (发文字帖)

The author:(作者)归海一刀
published in(发表于) 2014/2/17 7:39:06
PHP经典的给图片加水印程序_[PHP教程]

PHP经典的给图片加水印程序_[PHP教程]
如果对PHP的GD库比较熟悉,看懂这篇文章一点都不难了!





Untitled





uptypes=array(
'image/jpg',
'image/jpeg',
'image/png',
'image/pjpeg',
'image/gif',
'image/bmp',
'image/x-png'
);

max_file_size=2000000; //上传文件大小限制, 单位BYTE
destination_folder="uploadimg/"; //上传文件路径
watermark=1; //是否附加水印(1为加水印,其他为不加水印);
watertype=1; //水印类型(1为文字,2为图片)
waterposition=1; //水印位置(1为左下角,2为右下角,3为左上角,4为右上角,5为居中);
waterstring="http://www.xplore.cn/"; //水印字符串
waterimg="xplore.gif"; //水印图片
imgpreview=1; //是否生成预览图(1为生成,其他为不生成);
imgpreviewsize=1/2; //缩略图比例
?>


ZwelL图片上传程序





上传文件:



允许上传的文件类型为:




If you have any requirements, please contact webmaster。(如果有什么要求,请联系站长)





QQ:154298438
QQ:417480759