Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-07T17:56:12.000Z (11 months ago)
- Last Synced: 2024-05-02T05:49:10.743Z (9 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: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![Go Report](https://goreportcard.com/badge/github.com/sarumaj/water-maker)](https://goreportcard.com/report/github.com/sarumaj/water-maker)
[![Maintainability](https://img.shields.io/codeclimate/maintainability-percentage/sarumaj/water-maker.svg)](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
![select](doc/selection.png)![progress](doc/progress.png)