MGXStitchImage icon indicating copy to clipboard operation
MGXStitchImage copied to clipboard

多张图片拼接为一张大图, 效果可参考微信群组头像

MGXStitchImage

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Usage

let resultImage = MGXStitchImage.stitchImage(images: <#an image array#>, size: imageView.frame.size,backgroundColor: <#a backgroundColor for resultImage#>)

Installation

MGXStitchImage is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'MGXStitchImage'

Author

mangox

License

MGXStitchImage is available under the MIT license. See the LICENSE file for more info.