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

Added support for reading BMP images with RLE4 compression #6674

Merged
merged 10 commits into from Oct 24, 2022

Commits on Oct 21, 2022

  1. BMP: Add 4-bit RLE decoder

    npjg committed Oct 21, 2022
    Copy the full SHA
    70e3e4f View commit details
    Browse the repository at this point in the history
  2. Add tests for 4-bit RLE decoder

    npjg committed Oct 21, 2022
    Copy the full SHA
    c2e9c66 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    455ffff View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f2dfd0b View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. Revert unintentional change

    npjg committed Oct 22, 2022
    Copy the full SHA
    cc45886 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    78430b9 View commit details
    Browse the repository at this point in the history
  3. Combined BMP RLE decoders

    radarhere committed Oct 22, 2022
    Copy the full SHA
    6c8234b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Merge branch 'bmp_rle4'

    radarhere committed Oct 24, 2022
    Copy the full SHA
    4b31a7b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d092bb7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    cf46156 View commit details
    Browse the repository at this point in the history