Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/elkeid-me/rotate-bmp
- Owner: Elkeid-me
- Created: 2022-04-25T14:21:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T16:08:25.000Z (7 months ago)
- Last Synced: 2024-04-18T18:00:47.776Z (7 months ago)
- Language: C++
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 旋转 bmp
支持 24 位、32 位 bmp 位图,带有友好的错误提示。
## 构建
使用 `xmake` 构建。
## 使用
终端中输入命令:
```
rotatebmp.exe "源文件名" "目标文件名"
```**注意:**
- 源文件名和目标文件名必须包含扩展名 `.bmp`。
- 本程序只能接收两个参数,多或少都会报错。