Original Art Archive Format

OAA is an open, portable archive format for original comic art collection data.

View the Project on GitHub

Implementation Guide

This guide is non-normative. The normative format rules are in ../SPEC.md.

Reading Archives

Software that reads an .oaa archive generally needs to:

What the software does after reading the archive is outside the file-format specification.

Writing Archives

Software that writes an .oaa archive generally needs to create a valid archive layout:

For a collection folder that already follows the OAA layout, creating an .oaa archive can be as simple as packaging the collection folder contents into a ZIP-compatible container, adding the root mimetype entry, and using the .oaa extension.