# image_convert **Repository Path**: jing6a70/image_convert ## Basic Information - **Project Name**: image_convert - **Description**: Python实现图片类型批量转换, 目前支持JPG批量转BMP, BMP批量转JPG。 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-14 - **Last Updated**: 2022-09-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: Python ## README # 简述 - 使用Python实现图片转换 # 使用方法: 1. 克隆仓库到本地 ```bash git clone https://gitee.com/jpartd/image_convert.git ``` 2. 将.py文件移动到待转换图片的目录 3. 运行python脚本 : `python3 ./image_convert.py` # 更新日志 - <2022/09/14> BMP转JPG与JPG转bmp功能