Simple .PNG loader - C

Soldato
Joined
22 Oct 2005
Posts
2,884
Location
Moving...
Anyone know a simple .PNG file loader for C? The only ones I'v found look horrendously massive and complex. All I want to do is load a png file into a 2D array (the rgb/intensity values stored) then save it again. All the ones I've found have about a million different functions.

Can anyone point me in the direction of a simpler loader, or alternatively, a simple function within these massive libraries?

Thanks.
 
Back
Top Bottom