Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix - Fix pallete size calculation (#87)
* Create cmake-multi-platform.yml tryout1 * Update cmake-multi-platform.yml * Update cmake-multi-platform.yml * Update cmake-multi-platform.yml * Update cmake-multi-platform.yml * Update cmake-multi-platform.yml * edited and renamed github action workflow file * updated build definition * fixing build definition * Fixed calculation of palette size for most palletized bitmaps. 2^bitDepth 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.
- Loading branch information