Application which allows to crop and rotate the BMP image.
-
Implemented C library for working with BMP format: loading, saving, cropping and rotating the image.
-
Implemented console utility for it.
-
Studied BMP format.
-
Interface description:
The program gets the parameters from the console and should check their correctness.
./hw_01 crop-rotate <in-bmp-file> <out-bmp-file> <x> <y> <w> <h>