# image-combine **Repository Path**: chyxion/image-combine ## Basic Information - **Project Name**: image-combine - **Description**: Image Combine - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 17 - **Forks**: 3 - **Created**: 2015-12-26 - **Last Updated**: 2023-07-08 ## Categories & Tags **Categories**: image-processing **Tags**: None ## README #Image Combine ## Preview ### 2 Images ![Combine 2 Images](/doc/images/combine-2.png) ### 3 Images ![Combine 3 Images](/doc/images/combine-3.png) ### 4 Images ![Combine 4 Images](/doc/images/combine-4.png) ### 5 Images ![Combine 5 Images](/doc/images/combine-5.png) ## Usage ### Add Maven Dependency ```xml me.chyxion image-combine 0.0.1-RELEASE ``` ### Use In Code ```java 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