GP32 Pngs And Zlib


pea

developer
Joined
Oct 3, 2004
Messages
1,089
Age
45
Location
New Zealand
Website
www.projectitis.com
Hi all,

I have a chopped down version of libpng which I almost have working. However, the notes say that it was designed for zlib 1.1.3, and the version of zlib bundled with the mirko SDK is 1.2.1 (which is newer)

I am getting errors during the decoding of the PNG, and am wondering if the zlib version difference can cause errors?

Is zlib 1.2.1 backwards compatible with 1.1.3 ?
 
Yip, if I can get it to go. It compiles fine and seems to be running ok, but when it encounters an error, that setjmp/longjmp thing kills the app because of a bug.
 
Back
Top