Le 23/10/2014 06:42, Damjan Jovanovic a écrit : > I've been hoping to steal commons-compress's cleaner and faster LZW > decompressor, and use it in commons-imaging for TIFF and GIF files, > and I've finally managed to make a patch to that effect.
That's great to be able to share the code, thank you for looking at this. > This requires moving LZWInputStream to a > org.apache.commons.compress.compressors.lzw package and making it > public. Any objections to this? I have no objection, but we may want to discuss if BitInputStream should belong to this package. > Also imaging would have to depend on a SNAPSHOT of compress to be able > to import LZWInputStream, at least until the next release. Which is > when? When someone wants to release it :) > I am attaching patches in case anyone wants to have a look, but I can > commit them myself if there are no objections. It looks good to me. There are just some tabs in BitInputStream and an import sun.net.www.content.image.gif in GifImageParser. Emmanuel Bourg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org