You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# TinyCrayon SDK for iOS
2
2
3
3
## 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.
5
5
6
6
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.
7
7
8
8
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.
10
10
* 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.
11
11
* Regular Brush: A regular brush tool with the capability to adjust its size, hardness and opacity.
0 commit comments