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.
Can anyone point me in the direction of a simpler loader, or alternatively, a simple function within these massive libraries?
Thanks.