http://www.perlmonks.org?node_id=577048


in reply to Real time data graphs.

I've looked at adding a faster mechanism to get an Imager image into a Tk::Photo, but Tk's internals scared me. Maybe it's time to look again.

I'd planned on adding an Imager wrapper (at the C level) around a Tk::Photo object which would allow you to use Imager methods to draw directly to a Tk::Photo.

I've done something similar with the unreleased Imager::SDL (or viewcvs).

Replies are listed 'Best First'.
Re^2: Real time data graphs.
by enhering (Sexton) on Oct 09, 2006 at 13:04 UTC
    That would be great!