import cv2
image = cv2.imread(img)
cv2.imwrite(imag_name.replace('.bmp', '.jpg'), image)
相关文章
- 03-30Unsupported BMP compression (1)
- 03-302021津门杯MISC之m1bmp
- 03-30mp3 音频 音乐 tag ID3 ID3V1 ID3V2 标签 读取信息 获得图片 jpeg bmp 图片转换等
- 03-30python pip install 报错TypeError: unsupported operand type(s) for -=: 'Retry' and 'int' Command "python setup.py egg_info" failed with error code 1 in
- 03-30Beaglebone Black – 连接 GY-91 MPU9250+BMP280 九轴传感器(1)
- 03-30Codeforces Round #345 (Div. 1) C. Table Compression dp+并查集