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.
source
share