from tkinter import *
win = Tk()
картинка = PhotoImage(file="C:\питон.gif")]
new_image = картинка.zoom(4, 4)
my_image = new_image.subsample(3, 3)
print(int(my_image.width))
и ошибка:TypeError: int() argument must be a string, a bytes-like object or a number, not 'method'