from PIL import Image im=Image.open('scratchpad/sect_gauge.png') # bottom-left of the radar tile (the SECTOR label area) c=im.crop((345,355,430,410)).resize((680,440)) c.save('scratchpad/sect_zoom2.png') print("saved", c.size)