poiuyqwert / PyMS

Broodwar Modding Suite
47 stars 18 forks source link

PyGRP - Import Frames: GRP Error: Frame 1 line 1 has unexpected width (got 64, expected 0) #135

Closed Chromowolf closed 1 year ago

Chromowolf commented 1 year ago

image

I used the following command of image magick to get the bmp:

magick convert input.bmp -resize 64x64 -compress RLE -depth 8 -type palette pal8_64x64_RLE.bmp

bmp file: pal8_64x64_RLE.zip

Chromowolf commented 1 year ago

Probabily some format error. Will try more tools to generate the bmp