Expand description
Bounded image input loading, verification, and atomic artifact publication.
Structs§
- Alpha
Summary - Alpha validation counters returned after background removal.
- Artifact
Publication - Per-request artifact placement below the configured owned root.
- Artifact
Repair Report - Aggregate result from one bounded ownership repair pass.
- Artifact
Store - Publishes verified images beneath one owned output root.
- Chroma
Key - RGB color used as a generated solid background.
- Chroma
KeyOptions - Controls for a soft chroma matte.
- Chroma
KeyResult - Re-encoded alpha image and its independently verified metadata.
- Cleanup
Report - Safe aggregate result from one retention pass.
- Image
Limits - Limits enforced while inspecting and decoding an image.
- Image
Metadata - Verified metadata for encoded image bytes.
- Input
Loader - Loads inputs without granting arbitrary filesystem authority.
- Loaded
Image - Loaded and verified image input.
- Remote
Image Fetcher - Fetches remote images without following unchecked DNS or redirects.
- Remote
Input Policy - Explicit policy controlling remote image access.
- Retention
Policy - Bounded policy for deleting bridge-owned artifacts.
- Stored
Artifact - Bridge-owned artifact returned to the runtime.
- Stored
Artifact Content - Verified bridge-owned artifact bytes for trusted delivery code.
- Stored
Sidecar - Portable reference to an attached generation-metadata sidecar.
Enums§
- Artifact
Repair Mode - Selects whether an orphan-repair pass only reports or also applies repairs.
Constants§
- MAX_
EMBEDDED_ METADATA_ BYTES - Maximum uncompressed JSON bytes accepted by every supported XMP container.
Functions§
- detect_
border_ chroma_ key - Samples the median RGB color from a bounded band around the image border.
- embed_
image_ metadata - Embeds one bounded JSON generation record without decoding or re-encoding pixels.
- extract_
embedded_ metadata - Extracts the bridge JSON generation record from a PNG, JPEG, or WebP image.
- inspect_
image - Fully verifies an encoded PNG, JPEG, or WebP image under bounded limits.
- inspect_
transparent_ alpha - Verifies that an encoded image contains a plausible transparent-background matte.
- remove_
chroma_ key - Removes a known solid chroma background and validates a usable alpha matte.
- thumbnail_
png - Produces a bounded PNG thumbnail after complete source verification.