Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

seigtm/bmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BMP SPbPU laboratory assignments

This repository contains two programs: bmp_converter and bmp_file_tester.

  1. bmp_converter converts a 24-bit BMP image to an 4-bit BMP image.
  2. bmp_file_tester outputs the dimensions and number of bits per pixel of a BMP image.

Usage

  1. Compile the program (clang++ bmp_converter.cpp -std=c++20).
  2. Ensure you have an input 24-bit BMP image in the assets directory named input.bmp.
  3. Run the compiled program.

Additional Information

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