Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Refactored sample code from my university's (SPbPU) course "Computer Architecture" for the first laboratory assignment: BMP Converter.

Notifications You must be signed in to change notification settings

seigtm/BMP-24bit-Monochromizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BMP 24-bit Monochromizer

This program converts a 24-bit BMP image to an 8-bit BMP image and makes it monochrome.

Usage

  1. Compile the program (clang++ bmp_24bit_monochromizer.cpp).
  2. Ensure you have an input 24-bit BMP image in the assets directory named input.bmp.
  3. Run the compiled program.
  4. The monochromized BMP image will be generated as output.bmp in the assets directory.

Requirements

  • C++ compiler.
  • Windows operating system (due to the use of Windows.h).

Additional Information

  • Course: Peter the Great St. Petersburg Polytechnic University (SPbPU), Computer Architecture.
  • Teachers: Molodyakov S.A., Petrov A.B.

About

Refactored sample code from my university's (SPbPU) course "Computer Architecture" for the first laboratory assignment: BMP Converter.

Topics

Resources

Stars

Watchers

Forks

Languages