mattermost-plugin-watermark

command module
v0.0.0-...-0033833 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 14, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
build
deploy
main handles deployment of the plugin to a development server using either the Client4 API or by copying the plugin bundle into a sibling mattermost-server/plugin directory.
main handles deployment of the plugin to a development server using either the Client4 API or by copying the plugin bundle into a sibling mattermost-server/plugin directory.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL