Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 504 Bytes

File metadata and controls

20 lines (16 loc) · 504 Bytes

LabWork1

Author

Мызников Федор Денисович, группа 24.Б82-мм

Contacts

st129282@student.spbu.ru

Description

LabWork1 - reading and writing methods for bmp-files with depth 24 or 32 bit are in BMP.h. Name of the image wich is edited source.bmp. Rotate methods (clockwise and CounterClockWise) are in Rotate.cpp. GaussFilter is in GaussFiltr.cpp. The function is designed for 24-bit images (3 channels).

Build

make

Run

./editBMP

Clean

make clean