Re: [dev] Introducing the imagefile-format

From: Charlie Murphy <cmsmurp00_AT_gmail.com>
Date: Fri, 8 Aug 2014 15:59:19 -0400

Charlie Murphy wrote:
> Here's an SDL loader for imagefile. If you are familiar with SDL_image's
> syntax, you shouldn't have any problems.

IF_Load_RW() has an incorrect line.
                                      ,-------- needs to be 16
                                      v
        h = (hdr[13]<<24) | (hdr[14]<<17) | (hdr[15]<<8) | hdr[16];

Attached is the fixed library.

Charlie Murphy


Received on Fri Aug 08 2014 - 21:59:19 CEST

This archive was generated by hypermail 2.3.0 : Fri Aug 08 2014 - 22:12:08 CEST