File "/usr/local/lib/python3.12/dist-packages/grf-0.2.2.post205+git.f6b08d9f-py3.12.egg/grf/sprites.py", line 378, in get_data_layers
alpha = npimg[:, :, 3]
IndexError: index 3 is out of bounds for axis 2 with size 3
I did bump the numpy version but unsure if that is what causes this problem. I was not able to get much detail out of this as i'm not used to the GRF system. Maybe i'm doing something wrong or there is detail i'm missing with this error due to my lack of knowledge of GRF.
File "/usr/local/lib/python3.12/dist-packages/grf-0.2.2.post205+git.f6b08d9f-py3.12.egg/grf/sprites.py", line 378, in get_data_layers alpha = npimg[:, :, 3]