Skip to content
/ BMP Public

Application which allows to crop and rotate the BMP image.

Notifications You must be signed in to change notification settings

Lana243/BMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BMP

Application which allows to crop and rotate the BMP image.

  1. Implemented C library for working with BMP format: loading, saving, cropping and rotating the image.

  2. Implemented console utility for it.

  3. Studied BMP format.

  4. 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>
    

About

Application which allows to crop and rotate the BMP image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published