Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)