base64图片保存
摘要:
讲base64编码的图片,保存为png from io import BytesIO from PIL import Image import base64 def base64_to_image(base64_str): # 输入为base64格式字符串,输出为PIL格式图片 byte_data 阅读全文
posted @ 2022-09-28 10:49 耀扬 阅读(174) 评论(0) 推荐(0) 编辑
posted @ 2022-09-28 10:49 耀扬 阅读(174) 评论(0) 推荐(0) 编辑
posted @ 2022-09-28 10:48 耀扬 阅读(52) 评论(0) 推荐(0) 编辑