Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/wish
    
    set fdata [read [open "test.gif"]]
    label .l1 -image [image create photo -format gif -data $fdata]
    pack .l1
    
  2. or download this
    no image data for this index at /usr/lib/perl5/Tk/Image.pm line 21, <G
    +IF> line 1.
    
  3. or download this
    Segmentation fault