Skip to content

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

Notifications You must be signed in to change notification settings

Elkeid-me/Rotate-Bmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

旋转 bmp

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

构建

使用 xmake 构建。

使用

终端中输入命令:

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

注意:

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

About

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

Resources

Stars

Watchers

Forks