// SPDX-License-Identifier: BSD-3-Clause
// Copyright (c) 2026 Fernando Sahmkow
/// @file packbits.h
/// @brief Apple PackBits (TIFF compression 32773) decompressor.
///
/// Internal header — not part of the public include path.
///
/// Header byte n:
/// 0..127 copy next n+1 bytes literally
/// 128 no-op (skip header)
/// 129..255 repeat next byte (257 - n) times, i.e. (-n + 1) in two's
/// complement reading
namespace whiteout::textures::tiff // namespace whiteout::textures::tiff