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)
- Host: GitHub
- URL: https://github.com/japersik/itmo_c_bmp_image_rotation
- Owner: japersik
- Created: 2020-12-26T17:01:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-09T17:56:46.000Z (over 5 years ago)
- Last Synced: 2025-01-23T06:45:08.580Z (over 1 year ago)
- Topics: c, itmo, itmo-university, university
- Language: C
- Homepage:
- Size: 2.44 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
 