graphics - Vector shape rasterization in C++ -


i looking efficient algorithm or library capable of rasterizing 2d shape defined set of lines , curves. far, found reverse need ,others overkill (imagemagic ,cairo) .i interested in compact utility. can point out right direction?

rasterization of 2d shapes not trivial matter, if includes bézier curves. here libraries may want try:

see also


Comments

Popular posts from this blog

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

ruby on rails - Authlogic - how to make a registration and don't log in the new account? -