14 Sep
2010
14 Sep
'10
6:38 p.m.
Rich,
Narrowing it down by binary search seems to indicate that if the width is larger than 2048, then the image produced by this parset is always white.
Is there some limitation with > 2048 in tesseral scanning?
Yes!!! After 2048 passes=1 is forced. This has to do with fixed array sizes that were imposed under DOS. Once we get away from the DOS version, we can eliminate this limitation. Jonathan