Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelzangl/add-watermark
Wordpress plugin to add watermarks
https://github.com/michaelzangl/add-watermark
Last synced: 25 days ago
JSON representation
Wordpress plugin to add watermarks
- Host: GitHub
- URL: https://github.com/michaelzangl/add-watermark
- Owner: michaelzangl
- License: gpl-2.0
- Created: 2015-02-21T21:42:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-26T19:20:12.000Z (about 6 years ago)
- Last Synced: 2024-10-15T07:07:12.306Z (2 months ago)
- Language: PHP
- Size: 198 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Adds watermarks to images in wordpress
Official WP plugin site: https://wordpress.org/plugins/add-watermark/
# Develop locally
Make sure you have the required tools installed locally (apache2 with modphp, mysql, php7.x with the gd library, node/npm)
Check out this repository.
Then start a development server:
```
./gradlew run
```You can pack the final ZIP file that will be placed in the build/ directory:
```
./gradlew dist
```