Another update of readme

This commit is contained in:
nxshock 2017-06-23 19:27:42 +05:00
parent 035d9950c0
commit b37c01d93b

View file

@ -1,6 +1,6 @@
# colorcrop # colorcrop
A Go library for cropping images by removing borders with specified color. A pure Go library for cropping images by removing borders with specified color.
## Installation ## Installation
@ -8,6 +8,12 @@ A Go library for cropping images by removing borders with specified color.
## Usage ## Usage
Import package with
```go
import "github.com/nxshock/colorcrop"
```
Crop white borders with 50% of thresold: Crop white borders with 50% of thresold:
```go ```go