https://github.com/evzpav/write-text-into-image
Write identification code of a transfer into a bank transfer
https://github.com/evzpav/write-text-into-image
golang image-processing
Last synced: over 1 year ago
JSON representation
Write identification code of a transfer into a bank transfer
- Host: GitHub
- URL: https://github.com/evzpav/write-text-into-image
- Owner: evzpav
- Created: 2020-09-04T20:54:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T20:56:56.000Z (almost 6 years ago)
- Last Synced: 2024-06-19T05:31:27.273Z (about 2 years ago)
- Topics: golang, image-processing
- Language: Go
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Write Text Into Image
## Write identification code of a transfer into a bank transfer
Writes in red color, on the top part of an image, the code(string) provided.
### Usage:
```bash
go run main.go -img=image.jpeg -text=1234567890123457
# optional flag "size", default size is 28
go run main.go -img=image.jpeg -text=1234567890123457 -size=28
```
### Result: