1
0
Fork
You've already forked image-processing-application
0
C++ Image Processing App: Read and transform images (BMP supported).
  • C++ 100%
2023年12月17日 11:22:43 +01:00
src fix: remove implementation of deleted getters 2023年12月16日 09:03:26 +01:00
.gitignore fix: don't include bmp files in git 2023年12月14日 23:28:45 +01:00
README.md Create README.md 2023年12月17日 11:22:43 +01:00

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.