houdunwang/image

图片组件提供了缩略图、水印等图像处理功能

v1.0.8 2017-10-10 12:26 UTC

This package is auto-updated.

Last update: 2024-04-13 04:03:13 UTC


README

图片组件提供了缩略图、水印等图像处理功能。

查看在线手册 进行学习

####设置配置

$config = [
	//水印字体
	'font'       => '',
	//水印图像
	'image'      => '',
	//位置  1~9九个位置  0为随机
	'pos'        => 9,
	//透明度
	'pct'        => 60,
	//压缩比
	'quality'    => 80,
	//水印文字
	'text'       => 'houdunwang.com',
	//文字颜色
	'text_color' => '#f00f00',
	//文字大小
	'text_size'  => 12,
];
\houdunwang\config\Config::set( 'image', $config );