Search found 1 match
- 2012-02-01T16:10:52-07:00
- Forum: Magick++
- Topic: plotting many lines (>10^5 lines)
- Replies: 1
- Views: 8558
plotting many lines (>10^5 lines)
I want to use Magick++ to plot many lines (> 10^5 lines) at one time. The two plotting methods listed in the Magick++ documentation are: 1) drawing lines one at a time (e.g. image.draw( DrawableRectangle(200,200, 270,170)) ) 2) drawing lines by using a linked list of Drawable opjects: std::list ...