get_image
Retrieve a specific image from a Figma .fig file using its 40-character hex hash. Optionally write the image bytes to a given filesystem path.
Instructions
Get a specific image from the .fig file as a resource. Use the hash from list_images.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the .fig file | |
| imageHash | Yes | The 40-character hex hash of the image | |
| outputPath | No | Optional filesystem path to write the image bytes |