https://github.com/bervproject/simple-image-watermarking-web
Simple Website to Bring Hidden Watermark into an Image
https://github.com/bervproject/simple-image-watermarking-web
api image-watermark image-watermarking
Last synced: 8 months ago
JSON representation
Simple Website to Bring Hidden Watermark into an Image
- Host: GitHub
- URL: https://github.com/bervproject/simple-image-watermarking-web
- Owner: bervProject
- License: mit
- Created: 2019-11-25T09:02:16.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T07:30:12.000Z (over 1 year ago)
- Last Synced: 2024-04-17T00:58:37.790Z (over 1 year ago)
- Topics: api, image-watermark, image-watermarking
- Language: TypeScript
- Homepage: https://rpwpe3dd5e.ap-southeast-1.awsapprunner.com
- Size: 19.3 MB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-image-watermarking-web
Simple Website to Bring Hidden Watermark into an Image
Version: 2.0.0
## ENV
```
ALLOWED_CORS=
```## Build Status
| Github Action | Coverage |
|:-------------:|:--------:|
|  | [](https://codecov.io/gh/bervProject/simple-image-watermarking-web) |## Version History
### 2.0.0
* Migrate to Typescript (from js)
* Migrate to Express (from Restify)
* Migrate to Jimp (from OpenCV)### 1.0.0
* Initial Publish
* Use Restify
* Use OpenCV## Dependencies
1. Express (Server)
2. Jimp (Image Proccesing)## License
MIT