Skip to content

TIFF read/write (hand-rolled, zero-dependency)Β #30

Description

@swperb

Purpose: common in scanning/print/scientific imaging; advances the "more formats" vision without breaking the single-binary wedge β€” TIFF is genuinely hand-rollable.
Ease: 🟑 Mod β€” tagged IFD container; baseline = uncompressed + PackBits (LZW optional).

Tasks

  • baseline TIFF reader (uncompressed + PackBits; LZW optional later)
  • writer (uncompressed / PackBits)
  • .tif/.tiff in img_load/img_save
  • tests + README format table

Note: no libtiff β€” stays zero-dep.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestformatNew input/output format

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions