From: <sh...@al...> - 2000-02-13 09:10:49
|
> Well, the unprinter doesn`t handle softweave, unfortunately. I still don't fully grok how softweave is expressed in ESCP2. I'll try to look into this more. I haven't tested this much. > I fixed it so that it doesn`t barf, but it doesn`t do the right thing. Hmm... cvs diff -r 1.12 -r 1.13 unprint.c shows, among other trivial things: 415c417 < n=sh; --- > n=sh * 8 / currentbpp; Sorry about that. I missed that in the docs completely. ESC . defines n in terms of dots and ESC i defines n in terms of bytes. Nasty. So, with ESC i you cannot transfer arbitrary numbers of pixels? Eric |