Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2460392754/imgcolor
获取图片主色、ascii图片
https://github.com/2460392754/imgcolor
Last synced: 7 days ago
JSON representation
获取图片主色、ascii图片
- Host: GitHub
- URL: https://github.com/2460392754/imgcolor
- Owner: 2460392754
- Created: 2019-04-06T12:52:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T02:26:03.000Z (5 months ago)
- Last Synced: 2024-06-20T14:46:45.804Z (5 months ago)
- Language: CSS
- Homepage:
- Size: 4.38 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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, 耗时略长,需要大量内存开销