Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 620 Bytes

specification v0.md

File metadata and controls

19 lines (16 loc) · 620 Bytes

.cif (Custom Image Format) file specification v0

Header

  • format version - 1 byte (counting up start at 0)
  • image width in pixels - 2 bytes
  • image height in pixels - 2 bytes
  • comment length in bytes - 1 byte
  • comment - ascii encoding, length variable (see comment length in bytes)

Image data

  • information per pixel - 3 bytes (RGB value, no alpha channel)

ToDo in next version(s)

  • image data compression (gzip?)
  • alpha channel (mayhaps?)