tzz 图像旋转
2022-12-22 14:26:23 最后更新
用法:
local a = i:sbp("%1.png")
local b = 90
local c = i:tzz(a, b)

说明:
输入被旋转图像变量,输入旋转度数(逆向旋转数为负数),返回将赋值“c”图像变量。