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

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. 图片融合滤镜,提取一张图片的色彩主题应用在另一张图片中。

Awesome Lists containing this project

README

          

# img-cluster-filter

## pipeline

first, upload a theme image.

![](./testImgs/theme.jpg)

then upload a target image

![](./testImgs/base.jpg)

the tool will auto extract theme colors from theme image

![](./testImgs/theme_color.jpg)

and then apply to target image

![](./testImgs/ans.png)

## 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/).