Line drawing with boost :: gil?

I need to draw some lines on a (off-screen) image. I would like to use boost :: gil because lib is already integrated into my project.

I want to draw a line from start to finish in a 2dim array

Can someone give me a quick example of how to draw a line using gil?

Thank.

+5
source share
2 answers

GIL ​​ ... . user1929959 answer GIL, GIL OpenCV, OpenCV ( OpenCV , ).

AGG Cairo, , ( , GIL ). , Bresenham , -.

+3
0

All Articles