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

https://github.com/japersik/itmo_c_bmp_image_rotation

Laboratory work on programming languages (C)
https://github.com/japersik/itmo_c_bmp_image_rotation

c itmo itmo-university university

Last synced: about 1 year ago
JSON representation

Laboratory work on programming languages (C)

Awesome Lists containing this project

README

          

# c_bmp_image_rotation
## Laboratory work on programming languages (C)
### Build & run
- To build you need to type `make` in the root directory.
- After that to run you need to type `./build/rotator`

### Example of execution
#### Input and output
```
./build/rotator examples/cat.bmp examples/cat_out.bmp
```
```
Input File: 'examples/cat.bmp'
Output File: 'examples/cat_out.bmp'
File for reading/writing is open
Image form file is loaded
File for reading/writing is open
Image is saved in file
Memory freed
```
#### Input and output files:
![cat](examples/cat.bmp) ![cat](examples/cat_out.bmp)