Closed FlameBeam closed 7 years ago
Do you use Python 2 or 3?
It's run in Python 3.6, installed the vc2, struct and numpy.
It is made for Python2. To use it on Python3, try to edit these lines (at the beginning of the file):
FLIM_HEADER_MAGIC = "FLIM" -> FLIM_HEADER_MAGIC = b"FLIM"
IMAG_HEADER_MAGIC = "imag" -> IMAG_HEADER_MAGIC = b"imag"
well, I will try it, thanks!
If it works, you can close the issue.
Oh, I'm sorry I forgot it.
Sorry for my bad English first. I'm hacking Yoshi's Wooly World. When I pack the png, I get a struct error: