Skip to content

sekaiproject/mattermost-plugin-watermark

 
 

Repository files navigation

Mattermost Plugin Watermark

Build Status codecov Releases

A plugin for Mattermost that uses a steganography library to add a hidden string in an image uploaded to the server.

Supports PNG & JPG.

Decode

To view the encoded message/watermark in the file, run go run decode.go. For example:

$ go run decode.go assets/test.png 
This is an image that has been uploaded to Mattermost
Build
make

This will produce a single plugin file (with support for multiple architectures) for upload to your Mattermost server:

dist/com.github.scottleedavis.mattermost-plugin-watermark.tar.gz

About

a mattermost plugin that adds a custom watermark to uploaded images

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 67.1%
  • Makefile 32.9%