"im.FactorScale": This function is obsolete or outdated.

(renpy) im.FactorScale

class im.FactorScale(im, width, height=None, bilinear=True, **properties)

An image manipulator that scales im (a second image manipulator) to width times its original width, and height times its original height. If height is omitted, it defaults to width.

If bilinear is true, then bilinear interpolation is used for the scaling. Otherwise, nearest neighbor interpolation is used.

image logo doubled = im.FactorScale("logo.png", 1.5)

.. deprecated

7.4.0
Use the zoom, or the


im.FactorScale 쓰려니까 자꾸 이런 식으로 뜸


해외에서는 xysize나 zoom을 쓰라는데 im.factorscale 자리에 대신 써 넣으라는 건가? 근데 안 되더라


애초에 xysize나 zoom이라는 명령어 같은 게 없는 거 같은데


구글에 검색해도 제대로 된 해결법을 못 찾겠음. 어떻게 해야 할지 모르겠네