A simple C and Python library for the PiBoSo paint file format (.pnt)
at the moment the library can fully work with the headers but it can't extract the images or work some encrypted metadata yet
C library:
- Set up the headers structure
- Check if it's a valid pnt
- Get the pnt header
- Get the first image header
- Get image header by index
- Extract first image
- Extract image by index
- Create PNT file
Python Library:
- Set up the headers structure
- Check if it's a valid pnt
- Get the pnt header
- Get the first image header
- Get image header by index
- Extract first image
- Extract image by index
- Create PNT file
The documentation related to the usage of the library is here The documentation related to the file format is here