Content negotiation for image format selection. Ported from
src/transform/negotiate.zig. See docs/INVARIANTS.md INV-7 โ the
priority order is fixed and must always resolve to a concrete format.
Transform parameter parsing. Ported from src/transform/params.zig.
See docs/INVARIANTS.md INV-1 (cache key canonical format) and INV-6
(bounds/NaN/Inf rejection โ the sole gate before values reach vips FFI).