Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kawoou authored May 3, 2017
1 parent 9f4cbd4 commit 198067d
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,35 +86,35 @@ Supported Features

### Common

| type | comments |
| ---- | -------- |
| alpha() | Change the transparency of the image. |
| alphaBlend() | Determines whether the calculation is applied to the alpha value. |
| blendMode() | Blend mode of the image |
| offset() | Position of the image to be drawn |
 | size() | Size of the image to be drawn |
 | outputSize() | Size of image to be output |
 | rotate() | Rotate the image |
 | scaling() | Scaling the image (ratio) |
 | margin() | Margin size |
 | padding() | Padding size |
| type | comments |
| ---- | -------- |
| alpha() | Change the transparency of the image. |
| alphaBlend() | Determines whether the calculation is applied to the alpha value. |
| blendMode() | Blend mode of the image |
| offset() | Position of the image to be drawn |
| size() | Size of the image to be drawn |
| outputSize() | Size of image to be output |
| rotate() | Rotate the image |
| scaling() | Scaling the image (ratio) |
| margin() | Margin size |
| padding() | Padding size |


### Before

| type | comments |
| ---- | -------- |
| background() | Background color |
| type | comments |
| ---- | -------- |
| background() | Background color |


### Generate

| type | comments |
| ---- | -------- |
 | border() | Draw a border |
 | rect() | Create a rectangular image |
 | circle() | Create a circle image |
 | append() | Combine images to create a single image. |
| type | comments |
| ---- | -------- |
| border() | Draw a border |
| rect() | Create a rectangular image |
| circle() | Create a circle image |
| append() | Combine images to create a single image. |

### Effects

Expand Down Expand Up @@ -169,4 +169,4 @@ Requirements
License
----------

FlexibleImage is under MIT license. See the LICENSE file for more info.
FlexibleImage is under MIT license. See the LICENSE file for more info.

0 comments on commit 198067d

Please sign in to comment.