|
From: <ds...@ac...> - 2005-02-11 00:19:18
|
> The patch turns out to be fairly big because I put the ASCII85 encoding > and in its own function, thereby shuffling around a lot of code. So th= ere > is an ASCII85 routine, a regular level 1 image routine--both with the s= ame > input/output structure. If someone wants a new encoding, say runlength > (which some have asked for) this works out nicely because all it means = now > is a new subroutine similar to the existing two. I should clarify, the patch _file_ is big because of all the reorganizing= . However, the actual addition to the source code is fairly small. Dan |