An open API service indexing awesome lists of open source software.

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

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