https://github.com/gonzaloserrano/blur-image-text
Blur the text of an image
https://github.com/gonzaloserrano/blur-image-text
blur image-processing text
Last synced: 5 months ago
JSON representation
Blur the text of an image
- Host: GitHub
- URL: https://github.com/gonzaloserrano/blur-image-text
- Owner: gonzaloserrano
- License: mit
- Created: 2020-05-03T10:00:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-01T11:10:42.000Z (about 6 years ago)
- Last Synced: 2025-10-11T07:48:01.432Z (8 months ago)
- Topics: blur, image-processing, text
- Language: Go
- Homepage:
- Size: 687 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Blur the text of an image

### How to
- [install go](https://golang.org/doc/install) and add `$GOBIN` to your `$PATH`
- install the program: `go install github.com/gonzaloserrano/blur-image-text`
- run `blur-image-text `
- example:
- `blur-image-text github.png 7 20`
- generates `github_blurred.png`
Experiment with different blur levels and text confidence levels depending on the input.
### TODO
- make it work with other image formats than png
- looks like text blurring can be reversed, so provide other alternatives