create_metadata
Store hidden data in image metadata by injecting content into PNG tEXt or JPEG EXIF fields.
Instructions
Inject data into a file's metadata fields. For PNG files, inserts a tEXt chunk with the given field name and data. For JPEG files, inserts EXIF APP1 data. The injected metadata persists in the file and is accessible via metadata readers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Data to inject into the metadata field | |
| field | Yes | Metadata field name (e.g., 'Comment', 'Author', 'Description') | |
| file_path | Yes | Path to the cover file | |
| output_path | Yes | Path for the output file |