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

php - mySql Join with 4 tables -

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? -