This note describes the production workflow for provisional iComic
draft 0.4.0. It is a working profile, not a claim that one
codec or preset is best for every project. It also does not make the
Gremmoire Reader or its tooling an open-source project.
Reader Publisher’s iComic template produces an actual
.icomic archive whose canonical root is
comic.json. The export carries:
The export runs through the Reader’s own 0.4.0 manifest validator
before download. It remains a local, unpublished delivery package.
Saving a Publisher draft and exporting .icomic are separate
actions.
Publisher can also open a local .icomic through the
actual Reader archive loader. It reconstructs pages and media placements
from declared local fallbacks. A multi-variant import deliberately
stages only each asset’s fallback and warns the author, because a
delivery archive does not replace layered masters.
The intended production system covers the complete path: inspect masters, make content-aware delivery recommendations, build the manifest, validate the work, package it reproducibly, and report what happened. Uploading occurs only after an explicit publish action; export itself never posts a work.
Encoding remains outside an ordinary Reader request or edge-worker response. It is long-running production work and should stay separate from playback.
Keep source images, layered projects, editing timelines, WavPack or
PCM audio masters, H.266/VVC or mezzanine video, and private production
notes outside the .icomic archive.
The package contains only the local delivery assets the work needs:
| Media | First-class targets | Typical fallback or alternative |
|---|---|---|
| Static image | AVIF, WebP | WebP, JPEG, or PNG |
| Lossy audio | Opus, AAC-LC in M4A/MP4 | MP3 or supported Ogg audio |
| Lossless audio | FLAC | Deliberate PCM WAV |
| Video | AV1 in WebM/MP4 | H.264/AVC in MP4 |
WavPack and H.266/VVC can be authoring inputs, not current browser-delivery promises. Reader Publisher blocks WavPack from iComic export until it has a deterministic delivery conversion instead of preserving an unplayable cue.
A newer codec is not automatically the correct codec. Recommendations should consider the source, target devices, and desired result, with author override:
Useful preset families include line-art,
painted-page, lossless-art,
voice, ambience, music,
short-motion, high-motion, and
web-balanced. Every preset should record its version and
resolved settings.
The optional assets catalog contains up to 10,000
logical assets and up to four ordered variants per asset. Each asset
declares a unique ID, media kind, local fallback, ordered variants, and
optional delivery profile. Every variant declares a local source and
MIME type, plus optional codec and exact byte size.
The contract requires:
kind is image, audio, or
video;fallback appears in the variant list;delivery.selection, when supplied, is
first-supported;bytes, when present, exactly matches the
archive entry;asset retains src equal to
the declared fallback.Reader Publisher beta creates one publisher-source
variant per staged layer. That is a valid minimal ladder. A future
encoder should emit more variants only when they add real compatibility
or efficiency.
Treat every page as four connected records:
The manifest’s readingOrder is independent of
z. Arrange it as the page is meant to be understood, then
control visual stacking separately. Meaning cannot depend on animation,
compositing, sound, hover, or one codec.
Context entries are work-wide in the 0.4.0 iComic contract. Publisher may let an author create one while focused on a page, but export consolidates it into the Reader-wide appendix. Exact linked terms remain optional.
The pipeline should fail before packaging or upload when an asset is missing, a signature/type/role conflicts, a declared byte size differs, a fallback bridge is invalid, an accessibility requirement is unmet, a required capability is unknown, or a safety limit is exceeded.
A retained build report should include:
Given the same masters, configuration, and tools, the packager should make equivalent choices and produce a byte-stable archive wherever encoders permit.
.icomic,
and masters together.The iComic specification and observable behavior may be discussed publicly. The Gremmoire Reader and its authoring/tooling source remain closed because they are designed around ValentineDesigns’ publishing process.
For a bespoke Reader or authoring workflow adapted to another site, contact [email protected]. A recipient may host, adapt, modify, and use the bespoke source copy supplied to them. That does not make the Gremmoire Reader or general toolchain open source.