Image Combine

Combine 2~5 Images To One

License

License

GroupId

GroupId

me.chyxion
ArtifactId

ArtifactId

image-combine
Last Version

Last Version

0.0.1-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Image Combine
Combine 2~5 Images To One
Project URL

Project URL

https://github.com/chyxion/image-combine.git
Source Code Management

Source Code Management

https://github.com/chyxion/image-combine

Download image-combine

How to add to project

<!-- https://jarcasting.com/artifacts/me.chyxion/image-combine/ -->
<dependency>
    <groupId>me.chyxion</groupId>
    <artifactId>image-combine</artifactId>
    <version>0.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/me.chyxion/image-combine/
implementation 'me.chyxion:image-combine:0.0.1-RELEASE'
// https://jarcasting.com/artifacts/me.chyxion/image-combine/
implementation ("me.chyxion:image-combine:0.0.1-RELEASE")
'me.chyxion:image-combine:jar:0.0.1-RELEASE'
<dependency org="me.chyxion" name="image-combine" rev="0.0.1-RELEASE">
  <artifact name="image-combine" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.chyxion', module='image-combine', version='0.0.1-RELEASE')
)
libraryDependencies += "me.chyxion" % "image-combine" % "0.0.1-RELEASE"
[me.chyxion/image-combine "0.0.1-RELEASE"]

Dependencies

compile (2)

Group / Artifact Type Version
org.imgscalr : imgscalr-lib jar 4.2
org.slf4j : slf4j-api jar 1.7.13

test (3)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-slf4j-impl jar 2.4.1
org.apache.logging.log4j : log4j-core jar 2.4.1
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

#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

[email protected]

Versions

Version
0.0.1-RELEASE