Skip to content

BatZupper/libpnt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple C and Python library for the PiBoSo paint file format

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published