C2PM - Color to Pixel Map
C2PM is an experimental image format that explores an inverted indexing approach to image storage by mapping colors to pixel indices instead of pixels to colors. Designed to study tradeoffs in data layout, the format enables constant-time color-based queries and is suited for analytical and experimental workflows rather than visual rendering. The project focuses on systems-level design, binary file structures, and the implications of non-spatial image representations.