Discover Packages
github.com/scottleedavis/mattermost-plugin-watermark
command
module
Version:
v0.0.0-...-0033833
Opens a new window with list of versions in this module.
Published: Mar 14, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
Mattermost Plugin Watermark
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
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
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.
Click to show internal directories.
Click to hide internal directories.