An open API service indexing awesome lists of open source software.

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

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 |
|:-------------:|:--------:|
| ![Node.js CI](https://github.com/bervProject/simple-image-watermarking-web/workflows/Node.js%20CI/badge.svg) | [![codecov](https://codecov.io/gh/bervProject/simple-image-watermarking-web/branch/master/graph/badge.svg)](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