This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# bmp-resize-python
## Introduction
这是一个用 python 编写的 bmp 图片缩放器
和技术有关的说明在我的 Blog 中
[用 Python 优雅的缩放图片——计算机学科与技术导论大作业(1)](https://www.luthics.com/archives/77.html)
## Install
代码中使用了 tqdm 库来展示文件的进度,请使用下面的指令安装 tqdm
```
pip install tqdm