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 Contents]: Image Representation & storing format #82

Closed
wants to merge 11 commits into from

Commits on Mar 21, 2023

  1. Added content for image storing formats

    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
    ChinmayMundane authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    39b6713 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    338ea03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2460e0 View commit details
    Browse the repository at this point in the history
  4. fixed errors

    ChinmayMundane authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    f0baae7 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Solve display bug in image_representation

    * Update Makefile to remove redundant "SDL2_image" linker flag
    * Add proper implementation of SDL2 library to display correct
      size of image
    gautam-dev-maker committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    13e9de9 View commit details
    Browse the repository at this point in the history
  2. Solve the inverted image display bug

    * 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.
    gautam-dev-maker committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    fc1765c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bc33f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b269ce View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. modified readme format

    Changes made :
    - Removed the unnecessary linebreak wherever required.
    - Seperated types of images from "some important terminologies" topic
    ChinmayMundane authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    0e73f92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c577d0b View commit details
    Browse the repository at this point in the history
  3. updated readme

    - Added proper path to asset images
    - added correct command for run without make
    ChinmayMundane authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    c3a5f3f View commit details
    Browse the repository at this point in the history