Code: Select all
Invalid Parameter - /bonus1\background-17.gif"
identify: unable to open image 'the_invasion_2_3ds/bonus1\background-17.bmp': No such file or directory @ error/blob.c/OpenBlob/3711.
Traceback (most recent call last):
File "C:\Users\**********\Downloads\thextech-full-src-v1.3.7.2\thextech-full-src\utils\convertkit\gfx-convert-3ds.py", line 168, in <module>
w, h = os.popen(f'identify -format "%[fx:w*2],%[fx:h*2]" "{bmpfn}"').read().split(',')
^^^^
ValueError: not enough values to unpack (expected 2, got 1)I have both python and ImageMagick added to the PATH on my Windows 11, so I don't think that should be the issue?


