 | | From: | MajorSetback at excite.com | | Subject: | Need Code to Uncompress/Decompress PNG Data | | Date: | 17 Jan 2005 14:00:10 -0800 |
|
|
 | I have code to read PNG files and am hoping to get very succinct code to uncompress the data. I know that ZLIB is set up for this but I don't need a lot of ancillary stuff like file IO and what not. I just need something to take the compressed data and uncompress it. Many thanks in advance, Peter.
|
|
 | | From: | Mike D Sutton | | Subject: | Re: Need Code to Uncompress/Decompress PNG Data | | Date: | Sat, 22 Jan 2005 19:40:18 +0000 (UTC) |
|
|
 | > I have code to read PNG files and am hoping to get very succinct code > to uncompress the data. I know that ZLIB is set up for this but I > don't need a lot of ancillary stuff like file IO and what not. I just > need something to take the compressed data and uncompress it.
There are compiler switches that turn that stuff off IIRC in the ZLib source. Hope this helps,
Mike
- Microsoft Visual Basic MVP - E-Mail: EDais@mvps.org WWW: Http://EDais.mvps.org/
|
|
 | | From: | Christian Gollwitzer | | Subject: | Re: Need Code to Uncompress/Decompress PNG Data | | Date: | Sat, 22 Jan 2005 19:05:25 +0100 |
|
|
 | MajorSetback@excite.com wrote: > I have code to read PNG files [...] I just > need something to take the compressed data and uncompress it.
Why not just take the canonical library "libpng" ?
Christian
|
|
 | | From: | Andrey Kuznetsov | | Subject: | Re: Need Code to Uncompress/Decompress PNG Data | | Date: | Sat, 22 Jan 2005 20:03:05 +0100 |
|
|
 | >> I have code to read PNG files [...] I just >> need something to take the compressed data and uncompress it. > > Why not just take the canonical library "libpng" ? > or ImageroReader...
-- Andrey Kuznetsov http://uio.dev.java.net Unified I/O for Java http://reader.imagero.com Java image reader http://jgui.imagero.com Java GUI components and utilities
|
|