摘要:
""" 先来说一下jpg图片和png图片的区别 jpg格式:是有损图片压缩类型,可用最少的磁盘空间得到较好的图像质量 png格式:不是压缩性,能保存透明等图 """ from PIL import Image import cv2 as cv import os def PNG_JPG(PngPath): img = cv.imread(PngPath, 0)... 阅读全文
posted @ 2019-02-27 11:13
jiyanjiao
阅读(16468)
评论(1)
推荐(0)

浙公网安备 33010602011771号