Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

TXTRFileType v1.2.0

Latest

Choose a tag to compare

@xchellx xchellx released this 14 Feb 09:57
· 1 commit to main since this release

Massive update to the project codebase and structure
The code is more stable and more organized.
The project structure and file names have changed a little bit.
TXTRFileType was split into TXTRFileTypeLib which holds the code for processing TXTRs where as
TXTRFileType itself is now the Paint.NET plugin interface to TXTRFileTypeLib. libtxtr is introduced, allowing for unmanaged languages to interop with TXTRFileTypeLib.
libtxtrPython introduced, allowing python code to interface with libtxtr.
TXTRFileTypeKrita is introduced, a plugin interface to TXTRFileTypeLib.
Finally, TXTRFileTypeCLI (txtrtool) is introduced, providing a command line program to interface with TXTRFileTypeLib.