$image='gfx/tmp.bmp'; $bild= $mw->Photo(); $bild->configure("-file" => $image, -height =>200,-width =>200); $label = $mw->Label(-image => $bild)->pack();