Blog do Ataíde

Notícias de interesse social

img_path = '/mnt/data/A_scene_depicting_a_religious_temple_with_a_line_o.png' img = Image.open(img_path)# Resize the image to 990 x 556 pixels resized_img = img.resize((990, 556))# Save the resized image resized_img_path = '/mnt/data/resized_religious_temple_image_990x556.png' resized_img.save(resized_img_path)resized_img_path