Bot-CQBOT/python-apiproject/OpenCVTool/README.md
2024-07-06 09:47:19 +08:00

42 lines
874 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.

本文件夹内提供使用OpenCV相关功能实现的接口
## 图片压缩接口C/S
### 单张图压缩
接口地址:`/img/zip/jpg`
方法:`POST`
参数:
- img图片文件
- level压缩等级
- output输出路径
返回值:
- code结果代码0 -写出文件错误 1 -正常 -1 -图片处理错误 -2 -图片压缩等级出错)
- data
- state:结果代码 同code
- result结果描述
- outpath:输出路径
### 多张图压缩
接口地址:`/img/zip/jpg/many`
方法:`POST`
参数:
- imgs
- imgs图片列表
- level压缩等级字符型
- outpath输出路径列表
返回值:
- data
- result结果集是一个列表列表元素为每一张图片的处理结果
- state结果代码
- result结果描述
- outpath输出路径