ImageCropper
ImageCropper copied to clipboard
Free Form
Is there any plans to support free form cutting?
Is there any plans to support free form cutting?
You can set custom sides ratio:
let image = ...
let cornerRadius = ...
let width = ...
let height = ...
let config = ImageCropperConfiguration(with: image, and: ImageCropperFigureType.customRect,
cornerRadius: cornerRadius)
config. customRatio = CGSize(width: width, height: height)