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

https://github.com/liziwl/faas

Image processing service based on Tencent SCF
https://github.com/liziwl/faas

faas image-processing scf serverless tencent

Last synced: 8 months ago
JSON representation

Image processing service based on Tencent SCF

Awesome Lists containing this project

README

          

# FaaS

![](https://img.shields.io/badge/FaaS-v1.0.0-orange.svg)
![](https://img.shields.io/badge/license-MIT-blue.svg)

CS304 Software Engineering Project

![projetc](./project.png)

## Progress

- [x] 二维码叠加 -- @nixizi
- [x] 图片水印、文字水印 -- @nixizi
- [x] 图片旋转 -- @nixizi
- [x] 图片大小压缩 -- @nixizi
- [x] 放大、缩小 -- @liziwl
- [x] 圆角处理 -- @liziwl
- [x] 前端页面 -- @zcy013 @yulianmiao
- [x] API gateway -- @spacebody
- [x] 参数自定义
- [x] 图片格式转换
- [x] 索引切割
- [x] API 文档

## TODO

- [ ] 获取/抹除图片元数据
- [ ] 产品化

## Reference Links

* [腾讯云中间件团队的专栏](https://cloud.tencent.com/developer/column/1027)
* [腾讯云serverless的专栏](https://cloud.tencent.com/developer/column/1196)
* [OpenFaaS](https://www.openfaas.com)
* [无服务器云函数 文档](https://cloud.tencent.com/document/product/583)
* [API网关 文档](https://cloud.tencent.com/document/product/628)
* [命令行工具 文档](https://cloud.tencent.com/document/product/440)
* [用 FaaS 实现比优图更灵活的大量图片快速加工能力](https://cloud.tencent.com/developer/article/1011234)
* [Pillow official doc](https://pillow.readthedocs.io/en/latest/) -- Python图片处理库
* [阿里云 图片处理指南](https://www.alibabacloud.com/help/zh/doc-detail/44688.htm)

## Examples

* [快速构建图片处理云函数](./快速部署创建流程.md)
* [获取COS上的图像并创建缩略图](https://cloud.tencent.com/document/product/583/9734)
* [使用API网关提供API服务](https://cloud.tencent.com/document/product/583/13197)
* [Web 端直传实践](https://cloud.tencent.com/document/product/436/9067)
* [快速搭建移动应用传输服务](https://cloud.tencent.com/document/product/436/9068)

### Organization

- WeChat Group: 南科大腾讯 FaaS 项目组
- [@Spacebody](https://github.com/Spacebody), [@liziwl](https://github.com/liziwl), [@nixizi](https://github.com/nixizi), [@zcy013](https://github.com/zcy013), [@Reallyee](https://github.com/Reallyee)

### Acknowledgements

#### Tutors

- Tencent: [Stone](https://cloud.tencent.com/developer/user/561187/activities), [Alfred](https://cloud.tencent.com/developer/user/1082401)
- SUSTech: [Yuqun ZHANG](http://cse.sustc.edu.cn/cn/people/view/people_id/54/)