sarumaj / water-maker

Simple GUI app to watermark PNG, JPEG or GIF files in a given directory

Home Page:https://apps.fyne.io/apps/com.github.sarumaj.water-maker.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Report 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

progress

About

Simple GUI app to watermark PNG, JPEG or GIF files in a given directory

https://apps.fyne.io/apps/com.github.sarumaj.water-maker.html

License:MIT License


Languages

Language:Go 100.0%