Decompress PNG using zlib
- by darkie15
Hi All,
How can I use zlib library to decompress a PNG file? I have no idea how to read a PNG file. When I opened a PNG file in TextPad(a text editor), the data was not at all understandable. Is it because a PNG file is compressed?
Any help is greatly appreciated. I need to read a PNG file using a C program and gcc compiler.
Regards,
darkie