def smallInMiddle(): file = pickAFile() src = makePicture(file) target = makeEmptyPicture(640,480) smallWidth=getWidth(src) smallHeight=getHeight(src) startx=(getWidth(target)/2)-(smallWidth/2) starty=(getHeight(target)/2)-(smallHeight/2) print startx print starty x=startx i=1 while i