Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elkeid-me/rotate-bmp

The "bmp rotating" homework of course "Practice of Programming in C&C++" in 2022 spring.
https://github.com/elkeid-me/rotate-bmp

Last synced: 1 day ago
JSON representation

The "bmp rotating" homework of course "Practice of Programming in C&C++" in 2022 spring.

Awesome Lists containing this project

README

        

# 旋转 bmp

支持 24 位、32 位 bmp 位图,带有友好的错误提示。

## 构建

使用 `xmake` 构建。

## 使用

终端中输入命令:

```
rotatebmp.exe "源文件名" "目标文件名"
```

**注意:**

- 源文件名和目标文件名必须包含扩展名 `.bmp`。
- 本程序只能接收两个参数,多或少都会报错。