Image-Flipper is a simple utility that flips bitmap images upside down. This project was developed for fun during my sophomore year as a learning exercise in image processing.
- Flips .bmp images vertically.
- Reads and writes image data in binary format.
- Preserves image color and structure during the flipping process.
To get started with Image-Flipper, follow these steps:
- C++ Compiler: Ensure you have a C++ compiler installed (e.g.,
g++
).
-
Clone the Repository
git clone https://github.com/legitk8/Image-Flipper.git cd Image-Flipper
-
Compile the Project
g++ main.cpp image.cpp -o image_flipper
-
Place your image file in the project directory.
-
Run the compiled executable
./image_flipper