Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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]`