Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/2460392754/imgcolor

获取图片主色、ascii图片
https://github.com/2460392754/imgcolor

Last synced: 7 days ago
JSON representation

获取图片主色、ascii图片

Awesome Lists containing this project

README

        

# imgColor

* [目录](#)
* [html](#html)
* [uniapp](#uniapp)
* [php](#php)

## 类型

### html

框架: vue + iview

可以已直接file协议打开文件dist目录下的文件

#### bug:
> 1.移动端浏览器限制, 暂只支持chrome浏览器, 无法下载文件

#### Project setup
```
npm install
```

### uniapp

框架: vue + colorUi

暂时只测试了 h5、微信小程序、5+app的android

#### bug:
> 1.h5 浏览器限制,无法下载文件

> 2.微信小程序 限制,canvas无法使用字体

> 3.android中 uniapp框架bug,导致canvas出现模糊

### php

暂时只实现了 图片转ascii

php 图片转换效率低于html, 耗时略长,需要大量内存开销