Archive for January, 2009

Reading PNG Images from Memory

As far as I can tell most everyone is interested in reading PNG image data from file (internally done in libpng via fread()). I thought: “Wow, that’s quite unfortunate.” and figured I’d write about it after I figured it out.

Image Library Resources

I have compiled a listing of resources I used while implementing my Image library. This will be updated as things progress.