File Formats(2)
What is actually inside the files we push through tools: object models, encodings, and error correction.
- What PDF Tools Actually Do: The Object Model, Stream Codecs, and Font EmbeddingCompress, merge, split, linearize and OCR are five different operations on the same file format. What each one touches in the object graph, why some are fast and some are not, and the three that can quietly corrupt a document.7 min read
- QR Codes 101: How They Actually WorkA walkthrough of QR internals against the spec: the module grid and its reserved regions, encoding modes, Reed-Solomon over GF(256), interleaved blocks, mask selection, and what the standard deliberately does not protect.9 min read