Disable rotation
This commit is contained in:
parent
83ef33480a
commit
fac9ac8dcc
@ -63,8 +63,8 @@ for x, y, color in result_list:
|
||||
|
||||
|
||||
# инвертируем изображение по оси X
|
||||
new_img = new_img.transpose(method=Image.FLIP_LEFT_RIGHT)
|
||||
#new_img = new_img.transpose(method=Image.FLIP_LEFT_RIGHT)
|
||||
# поворачиваем изображение на 90 градусов влево
|
||||
new_img = new_img.transpose(method=Image.ROTATE_90)
|
||||
#new_img = new_img.transpose(method=Image.ROTATE_90)
|
||||
|
||||
new_img.show()
|
||||
|
Loading…
Reference in New Issue
Block a user