I just had a quick idea WRT your 'marching ants' problem, Surt:

This is a standard 2x2 Bayer matrix:
0, 96,
160, 255
And the 4 consecutive frames of the first image I posted are the four possible offsets you can apply to a 2x2 pattern:
(0,0) , (1,0), (1,1), (0,1)
(possibly, using only two frames might work better, I haven't tested that.)
I suspect it's mathematically provable that this is the minimal pattern that one can obtain a reliable 'marching-ants-like' rendering with, that maintains its marching-ant quality on any angle of line or conjunction of lines.
« Last Edit: April 18, 2015, 03:27:45 am by Ai »

Logged
If you insist on being pessimistic about your own abilities, consider also being pessimistic about the accuracy of that pessimistic judgement.