Skip to content

A C++ program to read BMP file and display it using OpenGL points.

Notifications You must be signed in to change notification settings

nehalkalita/BMP-image-display-using-OpenGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

## PROJECT DESCRIPTION ##
  A C++ program to read BMP file and display it using OpenGL points. 
It is executed in Visual Studio 2015. 2D images are mostly represented 
in the form of pixels and the filters applied on them mostly processes 
all the pixels. The method used in this experiment offers flexibility 
to individual pixels to get handled independently. Hence it permits 
filters to process individual pixels.


The project files are stored in 'Fileread1.7z'

Outputs are displayed in Projection1.bmp and Projection2.bmp 

## NOTE ##
Softwares required and their use -
 
  Microsoft Visual Studio 2015 -> execution of the code

  7 Zip -> extraction of Fileread1.7z



NuGet packages -
 
  Download NuGet packages for the libraries used in the code.

About

A C++ program to read BMP file and display it using OpenGL points.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published