image base64 md5 api:一个API该API会在“表单数据”中获取图片文件并返回图片的base64编码以及其MD5哈希值 源码
image-base64-md5-api 一个将Image转换为base64和md5哈希的API 它以图像作为表单数据(即enctype ='multipart / form-data'),并返回其base64版本的JSON响应以及应用于其的MD5哈希。 测试和使用。 导航到 ,将有一种插入图像并获得响应的表单,或者可以使用图像文件作为表单数据直接向POST请求 设置和运行过程: 导航到克隆的存储库 cd # In this case image-base64-md5-api 设置并激活虚拟环境 python3 -m venv env source env/bin/activate 使用Pip安装所有依赖项 pip install -r requirements.txt 进行数据库迁移 python3 manage.py ma
文件列表
image-base64-md5-api-master.zip
(预估有个18文件)
image-base64-md5-api-master
core
serializers.py
273B
models.py
165B
apps.py
83B
__init__.py
0B
views.py
2KB
admin.py
87B
tests.py
60B
urls.py
164B
暂无评论