-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathreadme.md
109 lines (57 loc) · 4.4 KB
/
readme.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# EasyImageUtils 项目简介
---------------
EasyImageUtils 是 EasyCommons 项目组下的图片处理组件。
> [EasyCommons](https://github.com/ushelp/EasyCommons "EasyCommons") 一个针对Java开发领域提供通用开发组件的项目。旨在为Java项目开发领域并不完善的一些方面,提供一些组件级的解决方案。
> 该项目有多个子项目,会不断收集相关组件,也欢迎有新的组件加入。
EasyImageUtils is EasyCommons project group image processing component.
> [EasyCommons](https://github.com/ushelp/EasyCommons "EasyCommons") is a development component to provide a common field for Java development projects. Java is designed to develop programs in the field of some aspects of the project is not perfect, some component-level solutions.
> The project has multiple sub-projects, will continue to collect related components, also welcomed the new components added.
## 中文
EasyImageUtils 核心:
1. **EasyImageCompressionUtils**:图片大小压缩改变工具类,支持网络图片,等比,最大宽高等多种模式。
**适合场景**:上传图片时压缩到不同大小。
2. **EasyImageSrcUtils**:图片地址提取工具类。将字符串内容中的图片路径提取出来。
**适合场景**:在发表新闻内容时,自动提取内容中所有的图片,或提取第一张图片作为新闻封面。
3. **EasyImageWaterMarkUtils**:图片水印工具类。支持为图片添加图片水印或文字水印。
**适合场景**:上传图片时添加水印。 <br/>
[EasyImageUtils API - 中文](doc/API-zh.md "EasyImageUtils API")
[官方主页](http://www.easyproject.cn/easycommons/zh-cn/index.jsp '官方主页')
[留言评论](http://www.easyproject.cn/easycommons/zh-cn/index.jsp#donation '留言评论')
如果您有更好意见,建议或想法,请联系我。
## English
EasyImageUtils core:
- **EasyImageCompressionUtils**: change the image size compression tools, support network pictures, geometric, higher maximum wide variety of modes.<br/>
**Scene** : compression to upload pictures of different sizes.
- **EasyImageSrcUtils**: Picture address extraction tools. The string contents of the image path extracted.<br/>
**Scene** : at the time of publication of news content, the content automatically extract all images, or extract the first image as a news cover.
- **EasyImageWaterMarkUtils**: image watermark tools. Support for the picture add a picture watermark or text watermark.<br/>
**Scene** : add a watermark to upload pictures.
[EasyImageUtils API - English](doc/API-en.md "EasyImageUtils API")
[The official home page](http://www.easyproject.cn/easycommons/en/index.jsp 'The official home page')
[Comments](http://www.easyproject.cn/easycommons/en/index.jsp#donation 'Comments')
If you have more comments, suggestions or ideas, please contact me.
## Maven
```XML
<!-- EasyImageUtils -->
<dependency>
<groupId>cn.easyproject</groupId>
<artifactId>easycommons-image</artifactId>
<version>1.4.2-RELEASE</version>
</dependency>
```
## End
[官方主页](http://www.easyproject.cn/easycommons/zh-cn/index.jsp '官方主页')
[留言评论](http://www.easyproject.cn/easycommons/zh-cn/index.jsp#donation '留言评论')
[The official home page](http://www.easyproject.cn/easycommons/en/index.jsp The official home page')
[Comments](http://www.easyproject.cn/easycommons/en/index.jsp#donation 'Comments')
如果您有更好意见,建议或想法,请联系我。
If you have more comments, suggestions or ideas, please contact me.
Email:<inthinkcolor@gmail.com>
[http://www.easyproject.cn](http://www.easyproject.cn "EasyProject Home")
**支付宝钱包扫一扫捐助:**
我们相信,每个人的点滴贡献,都将是推动产生更多、更好免费开源产品的一大步。
**感谢慷慨捐助,以支持服务器运行和鼓励更多社区成员。**
<img alt="支付宝钱包扫一扫捐助" src="http://www.easyproject.cn/images/s.png" title="支付宝钱包扫一扫捐助" height="256" width="256"></img>
We believe that the contribution of each bit by bit, will be driven to produce more and better free and open source products a big step.
**Thank you donation to support the server running and encourage more community members.**
[![PayPal](http://www.easyproject.cn/images/paypaldonation5.jpg)](https://www.paypal.me/easyproject/10 "Make payments with PayPal - it's fast, free and secure!")