Skip to content

Commit 808f1cf

Browse files
committed
README
1 parent a37b39f commit 808f1cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Works with **JPEG** and **PNG** images
66

77
It does not have any dependencies, only standard Golang libraries are being used
88

9+
Demo: https://images.dyum.in
10+
911
### Installation
1012

1113
Minimal required Golang version: **v1.18**
@@ -103,6 +105,8 @@ func controller(context *fiber.Ctx) error {
103105
}
104106
```
105107

108+
Full Fiber example is available at https://github.com/peterdee/filtering-backend
109+
106110
### Available filters
107111

108112
- **Binary**: convert an image to 1 bit black and white. Requires a threshold value (from 0 to 255):

0 commit comments

Comments
 (0)