You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is still being maintained, but I decided to give it a shot as I need a c++ apng loader and this is the only one I could find! It builds OK with latest stb_image.h (the one in this repos is very outdated) and can load 'normal' pngs (haven't actually test animations yet) so looking good so far....
But there are a bunch of global functions at the end of the file (ie: the create_blah_loader functions) that need to be inlined' or you'll get link errors if you try to include the header from multiple sources.
Be nice if you could fix these and maybe update stb_image.h?
Bye!
Mark
The text was updated successfully, but these errors were encountered:
Hi,
Not sure if this is still being maintained, but I decided to give it a shot as I need a c++ apng loader and this is the only one I could find! It builds OK with latest stb_image.h (the one in this repos is very outdated) and can load 'normal' pngs (haven't actually test animations yet) so looking good so far....
But there are a bunch of global functions at the end of the file (ie: the create_blah_loader functions) that need to be inlined' or you'll get link errors if you try to include the header from multiple sources.
Be nice if you could fix these and maybe update stb_image.h?
Bye!
Mark
The text was updated successfully, but these errors were encountered: