Skip to content

piql/unbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unboxing Command-line tool

See doc/SIMPLE.md for a guide on how to decode frames. This project is a decoder for folders of image files containing scanned piqlFilm frames.

Project organization

  • dep - Dependencies (as git submodules):
    • afs - Archival File System Library, used to parse control frame and table of contents.
    • ivm_testdata - Not required by the project, but included for a sample folder of piqlFilm PNG images for testing.
    • stb - stb_image.h used by unbox for image file reading. stb_image_write.h used by raw_file_to_png for image file writing.
  • dev - Auxillary development tools, code and files.
    • build - Auxillary build code.
  • out - Output files of various kinds.
  • src - Project source code.

Building

cmake -Bbuild
cmake --build build -j

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published