cgohlke / imagecodecs

Image transformation, compression, and decompression codecs
https://pypi.org/project/imagecodecs
BSD 3-Clause "New" or "Revised" License
111 stars 21 forks source link

Is there a compiled version of this? #94

Closed DIESLTEK710 closed 5 months ago

DIESLTEK710 commented 5 months ago

Is there a compiled version of this? Looking for a lz4 / pkm decompiler for windows ...

cgohlke commented 5 months ago

This library includes a codec for LZ4 but not PKM.

Please add details about the PKM format, such as links to example files, the format specification, and software/libraries that can handle PKM.

See also https://github.com/bbbbbr/gimp-rom-bin/issues/4 and https://github.com/bluescan/tacentview/issues/159.