Search found 2 matches

by barmalei
2017-04-12T22:09:02-07:00
Forum: Magick++
Topic: Rendering stream
Replies: 3
Views: 20112

Re: Rendering stream

Thanks for your feedback snibgo
I am under Linux so things are not that simple, I guess :(
by barmalei
2017-04-12T13:39:42-07:00
Forum: Magick++
Topic: Rendering stream
Replies: 3
Views: 20112

Rendering stream

Hello,
I am new to Magick++ and would appreciate your guidance.
My goal is to render a stream on the screen, reading frames from the memory each time.
I am able to display the first image, however, I noticed once I do image.display() it just blocks there.
My question is whether I should draw the ...