get_embedded_image_data
Extract embedded image data from a Power BI report (.rdl) to port images between reports without re-reading from disk. Returns name, mime type, base64, and decoded byte size.
Instructions
Read an embedded image's base64 for porting it to another report without re-reading from disk. Returns {name, mime_type, base64, byte_size}. base64 is the raw text of the ImageData element; byte_size is the decoded size for sanity-checking. Refuses with ElementNotFoundError if the named entry isn't in .
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| path | Yes |