Colorful-Black/README.md
Jiale Liu 73436885ef
修复效果图 增加介绍文章 repair example; add blog
修复效果图 增加介绍文章 repair example; add blog
2020-02-05 22:00:48 +08:00

38 lines
646 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 五彩斑斓的黑
## 项目简介
把pdf文件转化为五彩斑斓的pdf
这样看黑白论文的时候就不无聊了(
## 效果图
![](https://github.com/Licsber/Colorful-Black/raw/master/example.jpg)
## 环境依赖
```
conda install flask imagemagick wand ghostscript opencv -c conda-forge
yum install mesa-libGL.x86_64
```
## 运行
```
python server.py
```
## TODOS
异步返回处理结果
使用`OSS`减轻网络io负担
更多文件图片格式支持
## 介绍文章
[我的博客园: 五彩斑斓的黑](https://www.cnblogs.com/licsber/p/colorful-black.html)
## 备注
写着玩的项目,看心情维护