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.
Haven't had the time yet to do it as a hobby and figure it out properly), so I've got no idea how much is involved in making one yourself. But it's probably worth learning anyway 