Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 208 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 208 Bytes

RGB_Image_Tools

RGB彩色图像处理工具

创建conda环境

conda create -n Image python=3.9

conda activate Image

安装依赖包

pip install -r requirements.txt

运行程序

python main.py