mirror of
https://github.com/nxshock/colorcrop.git
synced 2025-07-02 00:23:44 +05:00
Another update of readme
This commit is contained in:
parent
035d9950c0
commit
b37c01d93b
1 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# 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
|
||||
|
||||
|
@ -8,6 +8,12 @@ A Go library for cropping images by removing borders with specified color.
|
|||
|
||||
## Usage
|
||||
|
||||
Import package with
|
||||
|
||||
```go
|
||||
import "github.com/nxshock/colorcrop"
|
||||
```
|
||||
|
||||
Crop white borders with 50% of thresold:
|
||||
|
||||
```go
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue