We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a37b39f commit 808f1cfCopy full SHA for 808f1cf
README.md
@@ -6,6 +6,8 @@ Works with **JPEG** and **PNG** images
6
7
It does not have any dependencies, only standard Golang libraries are being used
8
9
+Demo: https://images.dyum.in
10
+
11
### Installation
12
13
Minimal required Golang version: **v1.18**
@@ -103,6 +105,8 @@ func controller(context *fiber.Ctx) error {
103
105
}
104
106
```
107
108
+Full Fiber example is available at https://github.com/peterdee/filtering-backend
109
110
### Available filters
111
112
- **Binary**: convert an image to 1 bit black and white. Requires a threshold value (from 0 to 255):
0 commit comments