in reply to Re: Using Tk::TableMatrix for gallery image manipulation?
in thread Using Tk::TableMatrix for gallery image manipulation?
Zenatara wrote: "People have been trying to experiment with somehow "freezing" and "thawing" the actual Tk::Photo objects"
Yes, that would be the ideal solution. I assume that quite allot happens with that base64 encoded data before photo is generated, but since it's a c widget (Tk::Photo, child of Tk::Image) I didn't understand much of what is going on inside..
from image.pm
my $obj = $widget->Tk::image('create',$leaf,@_);
How/where can we decrypt (or even find) the "create" method?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Using Tk::TableMatrix for gallery image manipulation?
by zentara (Cardinal) on Jun 16, 2006 at 12:55 UTC |