Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ADD CONTENT] : Image representation and its storing formats #87

Closed
wants to merge 14 commits into from

Conversation

ChinmayMundane
Copy link
Contributor

This solves #59
Includes:

  • A cpp file which reads and stored a 8 bit grayscale bitmap images and displays it, using sdl2 library.
  • Input images
  • makefile
  • Readme
  • Assets

ChinmayMundane and others added 14 commits March 21, 2023 16:58
includes : 
- cpp file containing the code to read from bitmap image and then store it to display, using sdl2 library
- images
- readme file explaining the theory
* Update Makefile to remove redundant "SDL2_image" linker flag
* Add proper implementation of SDL2 library to display correct
  size of image
* This commit resolves the bug wherein image was displayed inverted.
* Two seperate struct "BitMapFileHeader" and "BitMapInfoHeader" is
  created to store the file type data and image information data.
* README.md has been modified to include more info about the different
  blocks in the bitmap image namely file data type, image information
  data , color pallete and raw raster data.
Changes made :
- Removed the unnecessary linebreak wherever required.
- Seperated types of images from "some important terminologies" topic
- Added proper path to asset images
- added correct command for run without make
Co-authored-by: Gautam <gautamnagrawal@gmail.com>
added proper object name to the command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants