像文件越大
$config[''new_image''] = ''ptjsite/upload/crop004.gif'';//设置图像的目标名/路径。
$config[''wm_type''] = ''overlay'';//(必须)设置想要使用的水印处理类型(text, overlay)
$config[''wm_padding''] = ''5'';//图像相对位置(单位像素)
$config[''wm_vrt_alignment''] = ''middle'';//竖轴位置 top, middle, bottom
$config[''wm_hor_alignment''] = ''center'';//横轴位置 left, center, right
$config[''wm_vrt_offset''] = ''0'';//指定一个垂直偏移量(以像素为单位)
$config[''wm_hor_offset''] = ''0'';//指定一个横向偏移量(以像素为单位)
/* 文字水印参数设置 */
/*
$config[''wm_text''] = ''Copyright 2008 - John Doe'';//(必须)水印的文字内容
$config[''wm_font_path''] = ''ptj_system/fonts/type-ra.ttf'';//字体名字和路径
$config[''wm_font_size''] = ''16'';//(必须)文字大小
$config[''wm_font_color''] = ''FF0000'';//(必须)文字颜色,十六进制数
$config[''wm_shadow_color''] = ''FF0000'';//投影颜色,十六进制数
$config[''wm_shadow_distance''] = ''3'';//字体和投影距离(单位像素)。
*/
/* 图像水印参数设置 */
$config[''wm_overlay_path''] = ''ptjsite/upload/overlay.png'';//水印图像的名字和路径
$config[''wm_opacity''] = ''50'';//水印图像的透明度
$config[''wm_x_transp''] = ''4'';//水印图像通道
$config[''wm_y_transp''] = ''4'';//水印图像通道
$this->image_lib->initialize($config);
$this->image_lib->watermark();
}
}
?>