Thread Tk::Animation woes (7 answers)
Opened by ptk at 2005-12-28 03:05

ptk
 2005-12-28 19:07
#45155 #45155
User since
2003-11-28
3645 Artikel
ModeratorIn
[default_avatar]
Bei mir ist es gefüllt (Tk804.027 unter Unix):
Code: (dl )
Data::Dumper->new([$img->{_frames_}],[qw()])->Indent(1)->Useqq(1)->Dump
erhalte ich
Code: (dl )
1
2
3
4
5
6
7
8
9
10
$VAR1 = [
bless( {}, 'Tk::Animation' ),
bless( {}, 'Tk::Animation' ),
bless( {}, 'Tk::Animation' ),
bless( {}, 'Tk::Animation' ),
bless( {}, 'Tk::Animation' ),
bless( {}, 'Tk::Animation' ),
bless( {}, 'Tk::Animation' ),
bless( {}, 'Tk::Animation' )
];
Vielleicht liegt es an verschiedenen animierten GIFs?

View full thread Tk::Animation woes