https://github.com/sarumaj/water-maker
Simple GUI app to watermark PNG, JPEG or GIF files in a given directory
https://github.com/sarumaj/water-maker
fyne go graphics-programming gui
Last synced: 3 months ago
JSON representation
Simple GUI app to watermark PNG, JPEG or GIF files in a given directory
- Host: GitHub
- URL: https://github.com/sarumaj/water-maker
- Owner: sarumaj
- License: mit
- Created: 2023-09-04T05:27:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T17:56:12.000Z (over 1 year ago)
- Last Synced: 2025-03-25T10:14:34.928Z (7 months ago)
- Topics: fyne, go, graphics-programming, gui
- Language: Go
- Homepage: https://apps.fyne.io/apps/com.github.sarumaj.water-maker.html
- Size: 295 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://goreportcard.com/report/github.com/sarumaj/water-maker)
[](https://codeclimate.com/github/sarumaj/water-maker/maintainability)----
# water-maker
An app to watermark PNG, JPEG and GIF files.
## Usage
The watermark file can be overwritten with the **WATERMARK_FILE** env variable.
## Build
Requires **gcc** installed and **GCO_ENABLED** set to `1`.
```
git clone https://github.com/sarumaj/water-maker
cd water-maker
go build -ldflags="-s -w" ./cmd/water-mark/main.go -o /usr/local/bin/water-maker
```## Screenshots
