# MultiImageCropping
**Repository Path**: morgan031/MultiImageCropping
## Basic Information
- **Project Name**: MultiImageCropping
- **Description**: MultiImageCropping是一个通过分页处理来实现多图裁剪的开源项目,适用于发布多图帖子或博文或多图短视频的场景,实现引导用户将其选取的多张图片裁剪为规定比例的尺寸,默认裁剪图片中央区域,可移动调整中央区域,使多图短视频更加规范和美观。
MultiImageCrop is an open-source project that uses pagination to achieve mul
- **Primary Language**: Swift
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-08-19
- **Last Updated**: 2025-08-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: Swift, imagecropper, multiimage
## README
# MultiImageCropping
[](https://cocoapods.org/pods/MultiImageCropping)

[](https://github.com/Json031/MultiImageCropping/blob/main/LICENSE)
MultiImageCropping是一个通过分页处理来实现多图裁剪的开源项目,适用于发布多图帖子或博文或多图短视频的场景,实现引导用户将其选取的多张图片裁剪为规定比例的尺寸,默认裁剪图片中央区域,可移动调整中央区域,使多图短视频更加规范和美观。
MultiImageCrop is an open-source project that uses pagination to achieve multi image cropping. It is suitable for scenarios where users publish multi image posts, blog posts, or short videos. It guides users to crop multiple selected images to a specified size ratio. By default, the central area of the image is cropped and can be adjusted by moving it, making multi image short videos more standardized and beautiful.
# Installation 安装:
* 最新版本 Latest Version:
## CocoaPods
The [MultiImageCropping SDK for iOS](https://github.com/Json031/MultiImageCropping) is available through [CocoaPods](http://cocoapods.org). If CocoaPods is not installed, install it using the following command. Note that Ruby will also be installed, as it is a dependency of Cocoapods.
```bash
brew install cocoapods
pod setup
```
```bash
$iOSVersion = '11.0'
platform :ios, $iOSVersion
use_frameworks!
target 'YourProjectName' do
pod 'MultiImageCropping' # Full version with all features
end
```
## 手动安装 manual install
将Classes文件夹拽入项目中,OC项目还需要桥接
Drag the Classes folder into the project, OC project still needs bridging
## 演示效果 Demonstrate