import image img = image.Image("test_image.png") ratio = 0.5 #Make new image screen. new_width = img.getWidth()*(ratio) new_height = img.getHeight()*(rat