Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix ZYWRLE en/decoding for width != scanline (thanks Noriaki Yamazaki) | dscho | 2008-02-04 | 1 | -145/+152 |
| | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | ZYWRLE brown paper bag fix | dscho | 2008-01-30 | 1 | -2/+4 |
| | | | | | | | | | | While adjusting the coding style, three stupid mistakes happened. The quality is _not_ just 1, 2, 3, but really 1, 3, 2. And the macros ZYWRLE_PACK_COEFF() and ZYWRLE_UNPACK_COEFF() expand to more than one statement, which means that we need curly brackets around them when they are in an if clause. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | Add ZYWRLE server-side support (thanks Noriaki Yamazaki, Hitachi) | dscho | 2008-01-29 | 1 | -0/+815 |
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |