new fx
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-12-10 17:22:12 +08:00
parent 9904653cc6
commit a829f035b3
2 changed files with 4 additions and 4 deletions

View File

@ -1071,8 +1071,6 @@ class ImageFilterImplement:
if image.mode != 'RGBA':
image = image.convert('RGBA')
width, height = image.size
arr = np.array(image)
# 生成随机偏移
x_offset = random.randint(-max_offset, max_offset)
y_offset = random.randint(-max_offset, max_offset)