bmp-resize-python/README.md

18 lines
505 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

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
```
## Notice
仅供学习,请勿抄袭
仅仅更改变量名、函数名之类的操作是没有任何意义的。