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 -

php - Boolean search on database with 5 million rows, very slow -

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