How Bitmap File Format Works (.bmp)

Поділитися
Вставка
  • Опубліковано 26 вер 2024

КОМЕНТАРІ • 18

  • @bekay7663
    @bekay7663 10 місяців тому +16

    This was actually a really nice visualization of what the file would look like. I was just given the libraries and told to do this assignment with BMPs and ive never worked with them before, the abstractions honestly make things harder sometimes.

    • @DayDay-ik7kl
      @DayDay-ik7kl 9 місяців тому

      Activează și limba Română

  • @TempoQuill
    @TempoQuill Місяць тому +1

    Cannot thank you enough. This really helped me figure out the order of pixels, which was something I was actually stumped on when reading BMP's in HxD.

  • @itmemo8617
    @itmemo8617 4 місяці тому +2

    Simple and short . Exactly what i was looking for

  • @jacobyoung2045
    @jacobyoung2045 10 місяців тому +4

    Awesome video 🎉 I have been trying to understand BMP for quite a while now. Your video has brought so much insight.

  • @scaramouche7759
    @scaramouche7759 10 місяців тому +2

    This is exactly what I wanted to know. Wow so lucky for me you just uploaded this.

  • @EEShyama
    @EEShyama 2 місяці тому

    Thank you so much!! This video was very helpful

  • @anon_y_mousse
    @anon_y_mousse 10 місяців тому +2

    This could really benefit from writing some code to demonstrate creating them. Maybe show how to use a packed struct to read the file header in one go.

    • @nirlichtman
      @nirlichtman  10 місяців тому +4

      That is a good idea, thanks, another cool direction is to actually write a simple program parsing and displaying a bitmap

  • @devstefancho
    @devstefancho 11 місяців тому +4

    this is really interesting

  • @vijithviswambharan775
    @vijithviswambharan775 5 днів тому

    Nice👍🏻

  • @ZecaSamicas
    @ZecaSamicas 11 місяців тому

    I swear, this video was really unexpected, and I liked it because of that, learning how bytes work is a thought that is hard to understand, but fun when you start understanding it, the most common use case is reverse engineering after all,
    By the way, just for the curiosity, which Distro were you using during the video filming ?
    And which WM ?
    Probably dwm / dwl because of the layout

    • @nirlichtman
      @nirlichtman  11 місяців тому +1

      I am using Windows 10 with a port of Suckless dwm called dwm-win32, more info on the video about my setup

  • @ssg-eggunner
    @ssg-eggunner 3 місяці тому

    Are bmps actually better than png? In terms of quality i mean

    • @nirlichtman
      @nirlichtman  3 місяці тому +1

      Nope, since PNG uses lossless compression

  • @Donna___4c
    @Donna___4c 2 місяці тому

    Notification: you're due a cash refund

  • @DayDay-ik7kl
    @DayDay-ik7kl 9 місяців тому

    Ce program folosești

    • @nirlichtman
      @nirlichtman  9 місяців тому +1

      Paint și HxD Editor :)