TIFFlike
TIFFlike is a proposed image file format inspired by the Tagged Image File Format (TIFF). It envisions a modular, extensible container for raster imagery that retains familiar tagging concepts while addressing modern needs such as streaming access and richer metadata.
The design goals include backward compatibility with common TIFF tags, a clean and documented file header that
File structure typically centers on a header followed by a sequence of blocks. Each block carries either
Metadata and extensibility are core to TIFFlike. A canonical metadata container houses core attributes (color space,
Compression and color handling cover lossless and lossy options and per-image or per-tile color space declarations.