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.
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.hused by unbox for image file reading.stb_image_write.hused 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.
cmake -Bbuild
cmake --build build -j