Fix for BMP image handling on big endian systems.

Issue #139
This commit is contained in:
John McNamara 2018-02-11 22:50:57 +00:00
parent d863c8e1fd
commit 3915bf29ae
7 changed files with 23 additions and 1 deletions

View file

@ -29,6 +29,7 @@ It supports features such as:
- Works with GCC, Clang, Xcode, MSVC 2015, ICC, TCC, MinGW, MingGW-w64/32.
- Works on Linux, FreeBSD, OpenBSD, OS X, iOS and Windows. Also works on MSYS/MSYS2 and Cygwin.
- Compiles for 32 and 64 bit.
- Compiles and works on big and little endian systems.
- The only dependency is on `zlib`.
Here is an example that was used to create the spreadsheet shown above: