5 Star 17 Fork 3

Shaun Chyxion / image-combine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 770 Bytes
一键复制 编辑 原始数据 按行查看 历史
Shaun Chyxion 提交于 2015-12-31 20:37 . update README.md

#Image Combine

Preview

2 Images

Combine 2 Images

3 Images

Combine 3 Images

4 Images

Combine 4 Images

5 Images

Combine 5 Images

Usage

Add Maven Dependency

    <dependency>
        <groupId>me.chyxion</groupId>
        <artifactId>image-combine</artifactId>
        <version>0.0.1-RELEASE</version>
    </dependency>

Use In Code

    saveImage(ic.combine(
        readImage("joker.jpg"), 
        readImage("lufy.png"), 
        readImage("zoro.png"), 
        size),
    "combine-3.png");

See test cases to get more info.

Contact

chyxion@163.com

Java
1
https://gitee.com/chyxion/image-combine.git
git@gitee.com:chyxion/image-combine.git
chyxion
image-combine
image-combine
master

搜索帮助