On Wed, Nov 12, 2014 at 9:49 PM, Stefan Bodewig <bode...@apache.org> wrote:
> Apart from EOF handling there also is the byte-order case.
>
> As it stands I'll get different bits in LITTLE_ENDIAN order if I read
> eight bits twice or sixteen bits at once, this is now what I'd expect.
> Should byte order imply we are always reading bytes in chunks of a given
> number?
>
> Right now I don't dare touching it as the LZW code is only using the
> LITTLE_ENDIAN branches and I'd need to read up on its expectations
> first.

My yet uncommitted patches to commons-imaging also use BIG_ENDIAN.

Damjan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to