You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
image_path ./Boundary/skin2_2.png
size (22, 22)
a.shape (22, 22)
Traceback (most recent call last):
File "/home/backtolife/git.workspace/fork.workspace/ssfconv/./ssfconv", line 1214, in
exit(main(args))
File "/home/backtolife/git.workspace/fork.workspace/ssfconv/./ssfconv", line 1186, in main
result = ssf2fcitx5(skin_dir)
File "/home/backtolife/git.workspace/fork.workspace/ssfconv/./ssfconv", line 830, in ssf2fcitx5
back_color = findBackgroundColor()
File "/home/backtolife/git.workspace/fork.workspace/ssfconv/./ssfconv", line 812, in findBackgroundColor
return getImageAvg(skin_dir + os.sep + image_name,
File "/home/backtolife/git.workspace/fork.workspace/ssfconv/./ssfconv", line 119, in getImageAvg
if a.shape[2] == 4:
IndexError: tuple index out of range
The text was updated successfully, but these errors were encountered:
环境信息
重现步骤
报错日志
image_path ./Boundary/skin2_2.png
size (22, 22)
a.shape (22, 22)
Traceback (most recent call last):
File "/home/backtolife/git.workspace/fork.workspace/ssfconv/./ssfconv", line 1214, in
exit(main(args))
File "/home/backtolife/git.workspace/fork.workspace/ssfconv/./ssfconv", line 1186, in main
result = ssf2fcitx5(skin_dir)
File "/home/backtolife/git.workspace/fork.workspace/ssfconv/./ssfconv", line 830, in ssf2fcitx5
back_color = findBackgroundColor()
File "/home/backtolife/git.workspace/fork.workspace/ssfconv/./ssfconv", line 812, in findBackgroundColor
return getImageAvg(skin_dir + os.sep + image_name,
File "/home/backtolife/git.workspace/fork.workspace/ssfconv/./ssfconv", line 119, in getImageAvg
if a.shape[2] == 4:
IndexError: tuple index out of range
The text was updated successfully, but these errors were encountered: