Skip to content

Commit 0cd6457

Browse files
authored
Update README.md
1 parent 7994966 commit 0cd6457

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# TinyCrayon SDK for iOS
22

33
## Overview
4-
TinyCrayon SDK provides tools for adding image layer mask capabilities to your mobile applications.
4+
TinyCrayon SDK provides tools for adding image cutout and layer mask capabilities to your mobile applications.
55

66
Image layer mask is a fundamental technique in image manipulations. It allows you to selectively modify the opacity (transparency) of the layer they belong to. This flexibility to define the opacity of different areas of a layer is the basis for more interesting image manipulation techniques such as selective coloring and luminosity masking.
77

88
The current version of TinyCrayon SDK provides the following three tools:
9-
* Quick Select: Smart and easy to use, you just need to select part of the object and the edge detection algorithm will find the boundary for you.
9+
* Quick Select: Smart and easy to use, users just need to select part of the object and the edge detection algorithm will find the boundary.
1010
* Hair Brush: Smooth and natual looking, paint on the hair/fur of an object and the algorithm will select the hair/fur for you in high quality.
1111
* Regular Brush: A regular brush tool with the capability to adjust its size, hardness and opacity.
1212

@@ -17,7 +17,7 @@ Quick Select Tool | Hair Brush Tool
1717
## Features
1818
* Free: TinyCrayon SDK is provided under MIT license, you can use it in your commercial applications for free!
1919
* iPad support: TinyCrayon SDK uses auto layout for its views and adapts to each screen size - iPhone or iPad.
20-
* Highly customizable: Style the UI and view modes as you wish.
20+
* Highly customizable: Style the UI, view modes and localized languages as you wish.
2121
* Swift: Keeping up with time, we chose Swift as the main development language of the TinyCrayon SDK, leading to leaner easier code.
2222
* Objective-C support: All of our public API is Objective-C compatible.
2323

0 commit comments

Comments
 (0)