TinyCrayon is a mobile SDK that you can use to create a UIViewController for image cutout and masking. It provides three tools:
- Quick Select Tool: A tool with auto edge detection and can help user to select a object in an image
- Hari Brush Tool: A tool with soft image matting techniques which can help user to select hair and fur in an image
- Brush Tool: A a regular brush which user can use to draw on an image
Installation
target 'MyApp' do
pod 'TinyCrayon'
end
To include TinyCrayon SDK in your source file
Swift
import TCMask
Objective-C
@import TCMask