[
https://issues.apache.org/jira/browse/COMPRESS-243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13831479#comment-13831479
]
Damjan Jovanovic commented on COMPRESS-243:
-------------------------------------------
I've considered this before. That Unix compress tool which writes .Z files
(http://ncompress.sourceforge.net) is in the public domain, the useful part of
its source code is at
http://sourceforge.net/p/ncompress/code/ci/master/tree/compress.c and we
immediately see it is far more general than the TIFF6-specific commons-imaging
implementation (block mode, variable max bits size), and *much* faster.
Later I'll examine the compressed bitstream compatibility between them, but
don't get your hopes up.
> Steal LZW codec from imaging and provide a Compressor for classic Unix
> compress
> -------------------------------------------------------------------------------
>
> Key: COMPRESS-243
> URL: https://issues.apache.org/jira/browse/COMPRESS-243
> Project: Commons Compress
> Issue Type: New Feature
> Reporter: Stefan Bodewig
> Priority: Minor
>
> https://svn.apache.org/repos/asf/commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/common/mylzw/
--
This message was sent by Atlassian JIRA
(v6.1#6144)