Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 885 Bytes

File metadata and controls

34 lines (25 loc) · 885 Bytes

libpnt

A simple C and Python library for the PiBoSo paint file format (.pnt)

Progress

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

Documentation

The documentation related to the usage of the library is here The documentation related to the file format is here