C++ Image Processing App: Read and transform images (BMP supported).
- C++ 100%
|
|
||
|---|---|---|
| src | fix: remove implementation of deleted getters | |
| .gitignore | fix: don't include bmp files in git | |
| README.md | Create README.md | |
Image Processing Application
This is an image processing application written in C++. It is designed to read various image formats and perform transformations, such as scaling, cropping, flipping vertically, color inverting, etc. While it currently only supports BMP files, the application is intended to be expanded to work with multiple image formats.