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

Bugfix - Fix pallete size calculation #87

Merged

Commits on Jul 10, 2024

  1. Create cmake-multi-platform.yml

    tryout1
    Martinius79 authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    1db18af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37eed9b View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    20f95d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f449a7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc782b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c55bc88 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Configuration menu
    Copy the full SHA
    b9fd466 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. updated build definition

    Martinius79 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    97460f7 View commit details
    Browse the repository at this point in the history
  2. fixing build definition

    Martinius79 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    ee12888 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    5ad825b View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    abe3555 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    a44a4be View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    2dc1d56 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Fixed calculation of palette size for most palletized bitmaps. 2^bitD…

    …epth instead of bitDepth*bitDepth. Calculation is needed because paletteSize in the DIB header is not filled correctly by the most image libs/tools, so 0 is read and calculation was wrong.
    Martinius79 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    69b7387 View commit details
    Browse the repository at this point in the history