Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luizfelipedasilva678/rotate-bitmap
Simple project to rotate a bitmap in 90 degrees clockwise
https://github.com/luizfelipedasilva678/rotate-bitmap
Last synced: about 5 hours ago
JSON representation
Simple project to rotate a bitmap in 90 degrees clockwise
- Host: GitHub
- URL: https://github.com/luizfelipedasilva678/rotate-bitmap
- Owner: luizfelipedasilva678
- License: mit
- Created: 2024-04-18T23:59:27.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-04-25T20:09:34.000Z (7 months ago)
- Last Synced: 2024-04-25T21:26:58.560Z (7 months ago)
- Language: C
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rotate bitmap
Simple project to rotate a bitmap in 90 degrees clockwise
## Manual Compilation
To compile the code you just need to run
`make`
## Usage
To execute the code run
`./build/rotate-bitmap [path-input-file] [path-output-file]`