magicpy icon indicating copy to clipboard operation
magicpy copied to clipboard

An error occurs with images whose width is less than approximately 360px

Open kaz-scripts opened this issue 1 year ago • 0 comments

Traceback (most recent call last): File "C:\magicpy\magicpy.py", line 63, in out_data[x, y] = out_data[x - pattern_width + (shift * invert), y] ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ IndexError: image index out of range

kaz-scripts avatar Apr 11 '24 10:04 kaz-scripts