mono / libgdiplus

C-based implementation of the GDI+ API
http://www.mono-project.com/
MIT License
333 stars 171 forks source link

Big-endian fix: Header conversion #697

Closed uweigand closed 3 years ago

uweigand commented 3 years ago

On big-endian systems, various file header elements need to be byte-swapped. In a few places, current code used the conversion function for the wrong data type.

uweigand commented 3 years ago

Ping?