Skip to content

E-creator513/c_bmp_image_rotation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 cat

About

Laboratory work on programming languages (C)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.3%
  • Makefile 5.7%