On Jan 12, 2:56 pm, François Robert <
francois.d.rob...@gmail.com>
wrote:
Thanks. I've been avoiding the 3rd edition for some time, so as to
focus on the "core" of the language (before the myriad extensions
and elaborations of Levels 2 and 3). But it seems Adobe also
extended and elaborated the explanations of the core features.
So I'll start checking there before bothering everyone. :)
I've modified xpost's implementation of `image` to first create an
8-bit "transfer map" (unsigned char tmap[256]), rather than calling
currenttransfer on every pixel. This makes a constant overhead.
But I'm going to look for a few more things to fix before uploading.