# image-combine **Repository Path**: wfifi/image-combine ## Basic Information - **Project Name**: image-combine - **Description**: Image Combine - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2016-01-07 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **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