https://github.com/observedobserver/img-cluster-filter
a image filter extracting theme from one image and apply to another. 图片融合滤镜,提取一张图片的色彩主题应用在另一张图片中。
https://github.com/observedobserver/img-cluster-filter
Last synced: 10 months ago
JSON representation
a image filter extracting theme from one image and apply to another. 图片融合滤镜,提取一张图片的色彩主题应用在另一张图片中。
- Host: GitHub
- URL: https://github.com/observedobserver/img-cluster-filter
- Owner: ObservedObserver
- Created: 2020-07-10T11:01:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T06:34:12.000Z (about 3 years ago)
- Last Synced: 2025-03-17T04:21:20.620Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 787 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# img-cluster-filter
## pipeline
first, upload a theme image.

then upload a target image

the tool will auto extract theme colors from theme image

and then apply to target image

## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).