Summary: | libXpm should use zlib for compression/decompression | ||
---|---|---|---|
Product: | xorg | Reporter: | Alan Coopersmith <alan.coopersmith> |
Component: | Lib/Xpm | Assignee: | Xorg Project Team <xorg-team> |
Status: | RESOLVED INVALID | QA Contact: | Xorg Project Team <xorg-team> |
Severity: | enhancement | ||
Priority: | high | CC: | jeremyhu, roland.mainz |
Version: | git | Keywords: | love |
Hardware: | All | ||
OS: | All | ||
Whiteboard: | 2011BRB_Reviewed | ||
i915 platform: | i915 features: |
Description
Alan Coopersmith
2004-12-03 16:56:57 UTC
zlib does not do LZW (.Z), does it? (In reply to comment #1) > zlib does not do LZW (.Z), does it? When I try % cat foo.Z | gunzip -c | less # I can read the uncompressed content of "foo" ... sounds that somehow at least gunzip can read files made by /usr/bin/compress (this doesn't gurantee that libz.so can handle this compression by default, seems we would have to do some trial-n-error testing here :) my copy of gzip (GNU 1.3.5) by does not even use zlib. It also can't compress in LZW. from gzip homepage : gzip produces files with a .gz extension. gunzip can decompress files created by gzip, compress or pack. gzip was developed as a replacement for compress because of the UNISYS and IBM patents covering the LZW algorithm used by compress. so, gzip misses the .Z creation zlib only does gz/LZ77 -------- any lib available that does the LZW compression ? Sorry about the phenomenal bug spam, guys. Adding xorg-team@ to the QA contact so bugs don't get lost in future. Mass closure: This bug has been untouched for more than six years, and is not obviously still valid. Please reopen this bug or file a new report if you continue to experience issues with current releases. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.