alpha-mask PK the scanline boolean algebra

I also suspect that you couldn't use the scanline boolean algebra because it
works only with the scanline rasterizer. It's exremally hard to generalize it
for the use with the outline rasterizer because it produces horizontal and*vertical* spans. This is the fundamental difference between alpha-mask and the
scanline boolean algebra. Alpha-mask has fast random access, but keeps the
whole image (grayscale or B/W). Scanline containers are much more compact, but
have only sequential access (InputIterator policy).


你可能感兴趣的:(agg)