« Return to Thread: AGG Drawing on Planar Buffer

AGG Drawing on Planar Buffer

by NickMtl :: Rate this Message:

Reply to Author | View in Thread

I'm trying to use AGG to draw on a image buffer where the RGB values
are stored as:

      "r1,r2,r3,   g1,g2,g3,   b1,b2,b3, ..." (Planar)

instead of:

     "r1,g1,b1,  r2,g2,b2, ..."  (Interleaved).

I remember reading a while back that AGG could be made to do this
using grayscale formats, but I can't find any details on this.

Anyone can give me an idea how to do this?

Thanks

--
- Nick -

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Vector-agg-general mailing list
Vector-agg-general@...
https://lists.sourceforge.net/lists/listinfo/vector-agg-general

 « Return to Thread: AGG Drawing on Planar Buffer