embed_image_metadata
Add XMP metadata to images stored in Supabase Storage using stream processing. Supports lifestyle, product, and orbit schemas for structured metadata validation.
Instructions
Embed XMP metadata into images stored in Supabase Storage using stream processing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metadata | Yes | Metadata object containing scene analysis (supports lifestyle, product, or orbit schemas) | |
| output_path | Yes | Path where processed image with embedded metadata will be saved | |
| schema_type | No | Schema type for metadata validation (auto-detected if not specified) | |
| source_path | Yes | Path to source image in Supabase Storage (e.g., "folder/image.jpg") | |
| compression_quality | No | JPEG compression quality (1-100, default: 95) |