Skip to content

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.

Notifications You must be signed in to change notification settings

legitk8/Image-Flipper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image-Flipper

Overview

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.

Features

  • Flips .bmp images vertically.
  • Reads and writes image data in binary format.
  • Preserves image color and structure during the flipping process.

Getting Started

To get started with Image-Flipper, follow these steps:

Prerequisites

  • C++ Compiler: Ensure you have a C++ compiler installed (e.g., g++).

Installation

  1. Clone the Repository

    git clone https://github.com/legitk8/Image-Flipper.git
    cd Image-Flipper
  2. Compile the Project

    g++ main.cpp image.cpp -o image_flipper
  3. Place your image file in the project directory.

  4. Run the compiled executable

    ./image_flipper

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages